support for local nginx config
This commit is contained in:
parent
80a45d5f8c
commit
96f0922f9f
@ -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
Loading…
x
Reference in New Issue
Block a user