test
This commit is contained in:
parent
3dcbc01284
commit
634791e9fd
|
|
@ -5,7 +5,15 @@
|
||||||
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 {
|
||||||
|
|
||||||
|
|
@ -33,27 +41,21 @@ 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 keycloak:8080 {
|
||||||
// header_up Host {http.request.host}
|
// header_up Host {http.request.host}
|
||||||
// header_up X-Real-IP {http.request.remote}
|
// header_up X-Real-IP {http.request.remote}
|
||||||
// header_up X-Forwarded-For {http.request.remote}
|
// header_up X-Forwarded-For {http.request.remote}
|
||||||
// header_up X-Forwarded-Host {http.request.host}
|
// header_up X-Forwarded-Host {http.request.host}
|
||||||
// header_up X-Forwarded-Server {http.request.host}
|
// header_up X-Forwarded-Server {http.request.host}
|
||||||
// header_up X-Forwarded-Port {http.request.port}
|
// header_up X-Forwarded-Port {http.request.port}
|
||||||
// header_up X-Forwarded-Proto {http.request.scheme}
|
// header_up X-Forwarded-Proto {http.request.scheme}
|
||||||
// header_up Upgrade {http.request.header.Upgrade}
|
// header_up Upgrade {http.request.header.Upgrade}
|
||||||
// header_up Connection {http.request.header.Connection}
|
// header_up Connection {http.request.header.Connection}
|
||||||
// # Entfernen des X-Frame-Options-Headers
|
// # Entfernen des X-Frame-Options-Headers
|
||||||
// # header_up -X-Frame-Options
|
// # header_up -X-Frame-Options
|
||||||
// }
|
// }
|
||||||
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}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
gitea.bizmatch.net {
|
gitea.bizmatch.net {
|
||||||
reverse_proxy gitea:3500
|
reverse_proxy gitea:3500
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue