replace-response
This commit is contained in:
parent
7282cbdd59
commit
bdcd57aba8
|
|
@ -106,13 +106,13 @@ iitwelders.bayarea-cc.com {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
|
|
||||||
@html header Content-Type text/html*
|
@html header Content-Type text/html*
|
||||||
replace_response @html {
|
replace-response @html {
|
||||||
s "https://iitwelders.com" "https://iitwelders.bayarea-cc.com"
|
s "https://iitwelders.com" "https://iitwelders.bayarea-cc.com"
|
||||||
s "//iitwelders.com" "//iitwelders.bayarea-cc.com"
|
s "//iitwelders.com" "//iitwelders.bayarea-cc.com"
|
||||||
}
|
}
|
||||||
|
|
||||||
@assets header Content-Type text/css* text/javascript* application/javascript* application/json*
|
@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 "https://iitwelders.com" "https://iitwelders.bayarea-cc.com"
|
||||||
s "//iitwelders.com" "//iitwelders.bayarea-cc.com"
|
s "//iitwelders.com" "//iitwelders.bayarea-cc.com"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue