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