Add demo.bbaovanc.com/staging

This commit is contained in:
BBaoVanC 2023-11-05 01:06:56 -05:00
parent 481f2eab47
commit a2c85d9493
1 changed files with 13 additions and 4 deletions

View File

@ -3,11 +3,20 @@
demo.bbaovanc.com {
import hsts
header Cache-Control no-store
header X-Robots-Tag noindex
root * /var/www/demo.bbaovanc.com
file_server {
browse
handle /staging/* {
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