We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd75f6 commit 5ae3e16Copy full SHA for 5ae3e16
ansible/roles/proxy-haproxy/templates/haproxy.cfg.j2
@@ -80,14 +80,14 @@ frontend scripts_tcp_frontend
80
backend scripts_http_backend
81
http-request reject unless { var(txn.ldapip) -m found }
82
http-request set-dst var(txn.ldapip)
83
- source 0.0.0.0 usesrc client
+ source 0.0.0.0 usesrc clientip
84
server clear 0.0.0.0:0
85
86
backend scripts_tcp_backend
87
mode tcp
88
tcp-request content reject unless { var(txn.ldapip) -m found }
89
tcp-request content set-dst var(txn.ldapip)
90
91
92
93
backend scripts_http_offnet_backend
0 commit comments