Merge branch 'master' of git.bizmatch.net:aknuth/docker
This commit is contained in:
commit
dde2134d87
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
order replace_response before reverse_proxy
|
|
||||||
email {env.CLOUDFLARE_EMAIL}
|
email {env.CLOUDFLARE_EMAIL}
|
||||||
acme_dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
acme_dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||||
acme_ca https://acme-v02.api.letsencrypt.org/directory
|
acme_ca https://acme-v02.api.letsencrypt.org/directory
|
||||||
|
|
@ -106,13 +105,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