remove tls

This commit is contained in:
Andreas Knuth 2025-02-22 13:47:13 -06:00
parent 6ea75209e7
commit 3f38793658
1 changed files with 3 additions and 26 deletions

View File

@ -2,20 +2,12 @@
acme_dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG acme_dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }
bizmatch.net { bizmatch.net {
tls {
# dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
} }
www.bizmatch.net { www.bizmatch.net {
tls {
# dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
} }
bayarea-cc.com { bayarea-cc.com {
# SSL/TLS mit Cloudflare DNS Challenge
tls {
# dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
handle /api { handle /api {
reverse_proxy host.docker.internal:3001 reverse_proxy host.docker.internal:3001
} }
@ -31,10 +23,6 @@ bayarea-cc.com {
encode gzip encode gzip
} }
www.bayarea-cc.com { www.bayarea-cc.com {
# SSL/TLS mit Cloudflare DNS Challenge
tls {
# dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
handle /api { handle /api {
reverse_proxy host.docker.internal:3001 reverse_proxy host.docker.internal:3001
} }
@ -63,15 +51,9 @@ auth.bizmatch.net {
# Entfernen des X-Frame-Options-Headers # Entfernen des X-Frame-Options-Headers
# header_up -X-Frame-Options # header_up -X-Frame-Options
} }
tls {
# dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
} }
gitea.bizmatch.net { gitea.bizmatch.net {
reverse_proxy gitea:3500 reverse_proxy gitea:3500
tls {
# dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
} }
dev.bizmatch.net { dev.bizmatch.net {
@ -96,9 +78,6 @@ dev.bizmatch.net {
encode gzip encode gzip
tls {
# dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
} }
api-dev.bizmatch.net { 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 X-Forwarded-Proto {http.request.header.X-Forwarded-Proto}
header_up CF-IPCountry {http.request.header.CF-IPCountry} header_up CF-IPCountry {http.request.header.CF-IPCountry}
} }
tls {
# dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
} }