support for local nginx config
This commit is contained in:
@@ -29,5 +29,6 @@ server {
|
||||
add_header Pragma "public";
|
||||
add_header Cache-Control "max-age=31536000, public";
|
||||
|
||||
include /etc/nginx/local.d/*.conf;
|
||||
include /etc/nginx/custom.d/*.conf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user