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 d9a3362 commit 86785beCopy full SHA for 86785be
salt/haproxy/config/haproxy.cfg.jinja
@@ -123,9 +123,6 @@ frontend main
123
http-request track-sc0 src
124
http-request deny deny_status 429 if { sc_http_req_rate(0) gt 20 }
125
126
- # Do we need to whitelist the LBs?
127
- {# acl whitelist src 10.132.111.89 10.132.109.52 #}
128
-
129
# Custom logging format, this is the same as the normal "httplog" in
130
# HAProxy except information about the TLS connection is included.
131
log-format %ci:%cp\ [%t]\ %ft\ %b/%s\ %Tq/%Tw/%Tc/%Tr/%Tt\ %sslv/%sslc\ %ST\ %B\ %CC\ %CS\ %tsc\ %ac/%fc/%bc/%sc/%rc\ %sq/%bq\ %hr\ %hs\ %{+Q}r
0 commit comments