This commit is contained in:
Andreas Knuth 2025-03-01 21:50:43 +01:00
parent 634791e9fd
commit c87cce7255
1 changed files with 9 additions and 24 deletions

View File

@ -5,15 +5,7 @@
debug debug
} }
bizmatch.net { bizmatch.net {
# Firebase Auth Handler Weiterleitungsroute
handle_path /__/auth/* {
reverse_proxy https://bizmatch-net.firebaseapp.com {
header_up Host bizmatch-net.firebaseapp.com
header_up X-Forwarded-For {remote_host}
header_up X-Forwarded-Proto {scheme}
header_up X-Real-IP {remote_host}
}
}
} }
www.bizmatch.net { www.bizmatch.net {
@ -41,21 +33,14 @@ bayarea-cc.com {
www.bayarea-cc.com { www.bayarea-cc.com {
redir https://bayarea-cc.com{uri} permanent redir https://bayarea-cc.com{uri} permanent
} }
// auth.bizmatch.net { auth.bizmatch.net {
// reverse_proxy keycloak:8080 { reverse_proxy https://bizmatch-net.firebaseapp.com {
// header_up Host {http.request.host} header_up Host bizmatch-net.firebaseapp.com
// header_up X-Real-IP {http.request.remote} header_up X-Forwarded-For {remote_host}
// header_up X-Forwarded-For {http.request.remote} header_up X-Forwarded-Proto {scheme}
// header_up X-Forwarded-Host {http.request.host} header_up X-Real-IP {remote_host}
// header_up X-Forwarded-Server {http.request.host} }
// header_up X-Forwarded-Port {http.request.port} }
// header_up X-Forwarded-Proto {http.request.scheme}
// header_up Upgrade {http.request.header.Upgrade}
// header_up Connection {http.request.header.Connection}
// # Entfernen des X-Frame-Options-Headers
// # header_up -X-Frame-Options
// }
// }
gitea.bizmatch.net { gitea.bizmatch.net {
reverse_proxy gitea:3500 reverse_proxy gitea:3500
} }