Add demo.bbaovanc.com/staging
This commit is contained in:
parent
481f2eab47
commit
a2c85d9493
@ -3,11 +3,20 @@
|
|||||||
demo.bbaovanc.com {
|
demo.bbaovanc.com {
|
||||||
import hsts
|
import hsts
|
||||||
|
|
||||||
header Cache-Control no-store
|
|
||||||
header X-Robots-Tag noindex
|
|
||||||
root * /var/www/demo.bbaovanc.com
|
root * /var/www/demo.bbaovanc.com
|
||||||
file_server {
|
handle /staging/* {
|
||||||
browse
|
header Cache-Control no-cache
|
||||||
|
file_server {
|
||||||
|
browse
|
||||||
|
precompressed br gzip
|
||||||
|
}
|
||||||
|
}
|
||||||
|
handle {
|
||||||
|
header Cache-Control no-store
|
||||||
|
header X-Robots-Tag noindex
|
||||||
|
file_server {
|
||||||
|
browse
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
import basicerrors
|
import basicerrors
|
||||||
|
Loading…
Reference in New Issue
Block a user