remove tls
This commit is contained in:
parent
6ea75209e7
commit
3f38793658
|
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue