Compare commits

..

3 Commits

View File

@ -6,13 +6,14 @@ demo.bbaovanc.com {
root * /var/www/demo.bbaovanc.com
header X-Robots-Tag noindex
@index_pages path / /staging/ /test/ /pull_request/
@index_pages path / /staging/ /test/ /pull_request/ /archive/
handle @index_pages {
header Cache-Control no-store
header boba-handle indices
file_server {
browse
#sort time desc
browse {
sort time desc
}
}
}
@ -25,7 +26,7 @@ demo.bbaovanc.com {
}
@test_sites path /test/* /pull_request/*
handle /test/* {
handle @test_sites {
header Cache-Control no-store
header boba-handle test
file_server {