remove local tls entries

This commit is contained in:
2025-02-22 13:45:06 -06:00
parent f49e4b5d92
commit 6ea75209e7

View File

@@ -3,18 +3,18 @@
} }
bizmatch.net { bizmatch.net {
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }
} }
www.bizmatch.net { www.bizmatch.net {
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }
} }
bayarea-cc.com { bayarea-cc.com {
# SSL/TLS mit Cloudflare DNS Challenge # SSL/TLS mit Cloudflare DNS Challenge
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }
handle /api { handle /api {
reverse_proxy host.docker.internal:3001 reverse_proxy host.docker.internal:3001
@@ -33,7 +33,7 @@ bayarea-cc.com {
www.bayarea-cc.com { www.bayarea-cc.com {
# SSL/TLS mit Cloudflare DNS Challenge # SSL/TLS mit Cloudflare DNS Challenge
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }
handle /api { handle /api {
reverse_proxy host.docker.internal:3001 reverse_proxy host.docker.internal:3001
@@ -64,13 +64,13 @@ auth.bizmatch.net {
# header_up -X-Frame-Options # header_up -X-Frame-Options
} }
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }
} }
gitea.bizmatch.net { gitea.bizmatch.net {
reverse_proxy gitea:3500 reverse_proxy gitea:3500
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }
} }
@@ -97,7 +97,7 @@ dev.bizmatch.net {
encode gzip encode gzip
tls { 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} header_up CF-IPCountry {http.request.header.CF-IPCountry}
} }
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG # dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }
} }