Add demo.bbaovanc.com/staging

This commit is contained in:
BBaoVanC 2023-11-05 01:06:56 -05:00
parent 481f2eab47
commit a2c85d9493

View File

@ -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
handle /staging/* {
header Cache-Control no-cache
file_server { file_server {
browse browse
precompressed br gzip
}
}
handle {
header Cache-Control no-store
header X-Robots-Tag noindex
file_server {
browse
}
} }
import basicerrors import basicerrors