change reverse proxy hostname to container name
This commit is contained in:
parent
e60203c308
commit
8c5cfee354
|
|
@ -12,7 +12,7 @@ www.bizmatch.net {
|
|||
}
|
||||
}
|
||||
auth.bizmatch.net {
|
||||
reverse_proxy bizmatch:8080 {
|
||||
reverse_proxy postgres_keycloak:8080 {
|
||||
header_up Host {http.request.host}
|
||||
header_up X-Real-IP {http.request.remote}
|
||||
header_up X-Forwarded-For {http.request.remote}
|
||||
|
|
@ -30,7 +30,7 @@ auth.bizmatch.net {
|
|||
}
|
||||
}
|
||||
gitea.bizmatch.net {
|
||||
reverse_proxy 127.0.0.1:3500
|
||||
reverse_proxy gitea:3500
|
||||
tls {
|
||||
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue