removed header_up

This commit is contained in:
Andreas Knuth 2024-05-21 10:03:44 -05:00
parent cff11eca48
commit 95bb4cf597
1 changed files with 18 additions and 18 deletions

View File

@ -2,34 +2,34 @@
acme_dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG acme_dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }
bizmatch.net { bizmatch.net {
reverse_proxy bizmatch:8090 { // reverse_proxy bizmatch:8090 {
header_up Host {host} // header_up Host {host}
header_up X-Real-IP {remote} // header_up X-Real-IP {remote}
header_up X-Forwarded-For {remote} // header_up X-Forwarded-For {remote}
header_up X-Forwarded-Proto {scheme} // header_up X-Forwarded-Proto {scheme}
} // }
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }
} }
www.bizmatch.net { www.bizmatch.net {
reverse_proxy bizmatch:8090 { // reverse_proxy bizmatch:8090 {
header_up Host {host} // header_up Host {host}
header_up X-Real-IP {remote} // header_up X-Real-IP {remote}
header_up X-Forwarded-For {remote} // header_up X-Forwarded-For {remote}
header_up X-Forwarded-Proto {scheme} // header_up X-Forwarded-Proto {scheme}
} // }
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }
} }
auth.bizmatch.net { auth.bizmatch.net {
reverse_proxy bizmatch:8080 { // reverse_proxy bizmatch:8080 {
header_up Host {host} // header_up Host {host}
header_up X-Real-IP {remote} // header_up X-Real-IP {remote}
header_up X-Forwarded-For {remote} // header_up X-Forwarded-For {remote}
header_up X-Forwarded-Proto {scheme} // header_up X-Forwarded-Proto {scheme}
} // }
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }