replace-response

This commit is contained in:
Andreas Knuth 2025-09-11 13:58:00 -05:00
parent 7282cbdd59
commit bdcd57aba8
1 changed files with 2 additions and 2 deletions

View File

@ -106,13 +106,13 @@ iitwelders.bayarea-cc.com {
encode zstd gzip
@html header Content-Type text/html*
replace_response @html {
replace-response @html {
s "https://iitwelders.com" "https://iitwelders.bayarea-cc.com"
s "//iitwelders.com" "//iitwelders.bayarea-cc.com"
}
@assets header Content-Type text/css* text/javascript* application/javascript* application/json*
replace_response @assets {
replace-response @assets {
s "https://iitwelders.com" "https://iitwelders.bayarea-cc.com"
s "//iitwelders.com" "//iitwelders.bayarea-cc.com"
}