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