diff --git a/nginx.conf b/nginx.conf index 6d29359..744d24b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -46,6 +46,12 @@ error_log /var/log/nginx/error.log warn; # https://nginx.org/en/docs/ngx_core_module.html#pid pid /var/run/nginx.pid; +# Include files in the custom.d folder. +# Custom configuration and value files should be placed in the custom.d +# folder. +# The configurations should be disabled by prefixing files with a dot. +include custom.d/*.conf; + http { # Hide Nginx version information.