Skip to content

Commit 787ae19

Browse files
committed
remove unecessary headers
1 parent 79b3071 commit 787ae19

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

services/rabbit/configs/haproxy.cfg.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ backend rabbit_dashboard_backends
5858
mode http
5959
balance roundrobin
6060

61-
option forwardfor
62-
http-request set-header X-Forwarded-Port %[dst_port]
63-
http-request add-header X-Forwarded-Proto https if { ssl_fc }
64-
6561
{% for ix in NODE_IXS %}
6662
server rabbit0{{ ix }} rabbit-node0{{ ix }}_rabbit0{{ ix }}:{{ RABBIT_MANAGEMENT_PORT }} check resolvers dockerdns init-addr libc,none inter 5s rise 2 fall 3
6763
{%- endfor %}

0 commit comments

Comments
 (0)