From 41c93e88131bade68754bf5604818f5c26aadf69 Mon Sep 17 00:00:00 2001 From: DCsunset Date: Mon, 27 Sep 2021 17:32:14 -0400 Subject: [PATCH] fix: fix nginx conf path --- nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 488cccf..32e52be 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -14,7 +14,7 @@ error_log /var/log/nginx/error.log warn; # Uncomment to include files with config snippets into the root context. # NOTE: This will be enabled by default in Alpine 3.15. -include /etc/nginx/conf.d/*.conf; +#include /etc/nginx/conf.d/*.conf; events { # The maximum number of simultaneous connections that can be opened by @@ -98,5 +98,5 @@ http { # Includes virtual hosts configs. - include /etc/nginx/http.d/*.conf; + include /etc/nginx/conf.d/*.conf; } \ No newline at end of file