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 dd17288 commit 587e709Copy full SHA for 587e709
salt/haproxy/config/haproxy.cfg.jinja
@@ -117,7 +117,7 @@ frontend main
117
bind 127.0.0.1:19001 # This is our TLS socket.
118
119
# Define a stick table for all services
120
- stick-table type ip size 100k expire 30s store http_req_rate(10s)
+ stick-table type ipv6 size 100k expire 30s store http_req_rate(10s)
121
# Track all requests using a single counter
122
# We could use the 3 available (sc0,1,2) to maybe tier requests
123
# into say <=100, 101-500, >= 501 if we needed to?
0 commit comments