Skip to content

Commit

Permalink
fix http header for alb
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Mar 19, 2024
1 parent 2aa708c commit a889529
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mojaloop/iac/roles/haproxy/templates/haproxy.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ backend nexus
server nexus {{ nexus_fqdn }}:{{ nexus_docker_repo_listening_port }}

backend vault
mode tcp
mode http
http-request set-header Host {{ vault_fqdn }}
server vault {{ vault_fqdn }}:{{ vault_listening_port }} ssl verify none

backend dex
mode tcp
mode http
http-request set-header Host {{ dex_fqdn }}
server dex {{ dex_fqdn }}:{{ dex_listening_port }} ssl verify none

0 comments on commit a889529

Please sign in to comment.