diff --git a/conf.d/demo.bbaovanc.com b/conf.d/demo.bbaovanc.com index 9efb37d..8578cfe 100644 --- a/conf.d/demo.bbaovanc.com +++ b/conf.d/demo.bbaovanc.com @@ -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