From cffa79fe25efae4b515c68f34caa4d9856951ca1 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 7 Jan 2021 05:19:17 -0700 Subject: [PATCH] refactor(NGINX): remove settings from nginx.conf - remove resolver - remove proxy buffers - these options should not be hardcoded, prevent conflicts --- build/config/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/config/nginx.conf b/build/config/nginx.conf index d54d170..498f741 100644 --- a/build/config/nginx.conf +++ b/build/config/nginx.conf @@ -41,9 +41,6 @@ http { # server configuration options server_tokens off; real_ip_recursive on; - resolver 1.1.1.1; - proxy_buffers 16 16k; - proxy_buffer_size 16k; include /etc/nginx/ssl-config/*.conf; include /etc/nginx/config/*.conf;