From 3f38793658ba1219eaa9e16827bc8b415d6dfb05 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Sat, 22 Feb 2025 13:47:13 -0600 Subject: [PATCH] remove tls --- caddy/Caddyfile | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 260f6b5..7737460 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -2,20 +2,12 @@ acme_dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG } bizmatch.net { - tls { - # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG - } + } www.bizmatch.net { - tls { - # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG - } + } bayarea-cc.com { - # SSL/TLS mit Cloudflare DNS Challenge - tls { - # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG - } handle /api { reverse_proxy host.docker.internal:3001 } @@ -31,10 +23,6 @@ bayarea-cc.com { encode gzip } www.bayarea-cc.com { - # SSL/TLS mit Cloudflare DNS Challenge - tls { - # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG - } handle /api { reverse_proxy host.docker.internal:3001 } @@ -63,15 +51,9 @@ auth.bizmatch.net { # Entfernen des X-Frame-Options-Headers # header_up -X-Frame-Options } - tls { - # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG - } } gitea.bizmatch.net { reverse_proxy gitea:3500 - tls { - # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG - } } dev.bizmatch.net { @@ -96,9 +78,6 @@ dev.bizmatch.net { encode gzip - tls { - # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG - } } api-dev.bizmatch.net { @@ -108,7 +87,5 @@ api-dev.bizmatch.net { header_up X-Forwarded-Proto {http.request.header.X-Forwarded-Proto} header_up CF-IPCountry {http.request.header.CF-IPCountry} } - tls { - # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG - } + }