Suppression variable haproxy_forwarded_port
This commit is contained in:
parent
91419d7424
commit
398040ab78
|
@ -34,7 +34,6 @@ haproxy_oidc_test_base_path: /auth/test
|
|||
|
||||
haproxy_forwarded_proto: https
|
||||
haproxy_forwarded_host: "%[req.hdr(Host)]"
|
||||
haproxy_forwarded_port: "%[dst_port]"
|
||||
|
||||
# Hydra OIDC configuration
|
||||
|
||||
|
|
|
@ -73,7 +73,6 @@ option forwardfor
|
|||
|
||||
http-request set-header X-Forwarded-Proto {{ haproxy_forwarded_proto }}
|
||||
http-request set-header X-Forwarded-Host {{ haproxy_forwarded_host }}
|
||||
http-request set-header X-Forwarded-Port {{ haproxy_forwarded_port }}
|
||||
|
||||
# Backend Hydra
|
||||
backend hydra
|
||||
|
|
Loading…
Reference in New Issue