Merge branch 'master' of git.bizmatch.net:aknuth/docker

This commit is contained in:
Andreas Knuth 2025-09-11 13:58:49 -05:00
commit dde2134d87
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
{
order replace_response before reverse_proxy
email {env.CLOUDFLARE_EMAIL}
acme_dns cloudflare {env.CLOUDFLARE_API_TOKEN}
acme_ca https://acme-v02.api.letsencrypt.org/directory
@ -106,13 +105,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"
}