diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 6a30b1d..260f6b5 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -3,18 +3,18 @@ } bizmatch.net { tls { - dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG + # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG } } www.bizmatch.net { tls { - dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG + # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG } } bayarea-cc.com { # SSL/TLS mit Cloudflare DNS Challenge tls { - dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG + # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG } handle /api { reverse_proxy host.docker.internal:3001 @@ -33,7 +33,7 @@ bayarea-cc.com { www.bayarea-cc.com { # SSL/TLS mit Cloudflare DNS Challenge tls { - dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG + # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG } handle /api { reverse_proxy host.docker.internal:3001 @@ -64,13 +64,13 @@ auth.bizmatch.net { # header_up -X-Frame-Options } tls { - dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG + # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG } } gitea.bizmatch.net { reverse_proxy gitea:3500 tls { - dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG + # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG } } @@ -97,7 +97,7 @@ dev.bizmatch.net { encode gzip tls { - dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG + # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG } } @@ -109,6 +109,6 @@ api-dev.bizmatch.net { header_up CF-IPCountry {http.request.header.CF-IPCountry} } tls { - dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG + # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG } }