Merge pull request #850 from MooBaloo/master
Add new custom http.conf above includes for NPM-generated files
This commit is contained in:
commit
d27826d10e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user