Compare commits
3 Commits
d982284ade
...
master
Author | SHA1 | Date | |
---|---|---|---|
76a4fbf214 | |||
5c60b243c5 | |||
c89756dbeb |
@ -6,13 +6,14 @@ 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
|
||||||
file_server {
|
file_server {
|
||||||
browse
|
browse {
|
||||||
#sort time desc
|
sort time desc
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -25,7 +26,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 {
|
||||||
|
Reference in New Issue
Block a user