Merge pull request #850 from MooBaloo/master

Add new custom http.conf above includes for NPM-generated files
This commit is contained in:
jc21 2021-02-01 12:10:31 +10:00 committed by GitHub
commit d27826d10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,9 @@ http {
real_ip_header X-Real-IP;
real_ip_recursive on;
# Custom
include /data/nginx/custom/http_top[.]conf;
# Files generated by NPM
include /etc/nginx/conf.d/*.conf;
include /data/nginx/default_host/*.conf;