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