Compare commits

...

2 Commits

Author SHA1 Message Date
5c60b243c5 demo: Fix selector for test groups 2025-07-03 20:55:53 -05:00
c89756dbeb Add demo.bbaovanc.com/archive/ 2025-07-03 20:55:35 -05:00

View File

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