Suppression variable haproxy_forwarded_port

This commit is contained in:
wpetit 2022-08-16 15:29:16 +02:00
parent 91419d7424
commit 398040ab78
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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