From 6ce636f1d100d001a6350b30dce9e863f0b5ce2b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 5 Jul 2023 18:59:45 -0700 Subject: [PATCH] Include files of all names, no longer need a `.conf`. --- Config/ReverseProxy/config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/ReverseProxy/config/nginx.conf b/Config/ReverseProxy/config/nginx.conf index 5e56211..838c81b 100644 --- a/Config/ReverseProxy/config/nginx.conf +++ b/Config/ReverseProxy/config/nginx.conf @@ -29,5 +29,5 @@ http { #gzip on; - include /etc/nginx/conf.d/*.conf; + include /etc/nginx/conf.d/*; }