Skip to content

Commit 587e709

Browse files
committed
1 parent dd17288 commit 587e709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/haproxy/config/haproxy.cfg.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ frontend main
117117
bind 127.0.0.1:19001 # This is our TLS socket.
118118

119119
# Define a stick table for all services
120-
stick-table type ip size 100k expire 30s store http_req_rate(10s)
120+
stick-table type ipv6 size 100k expire 30s store http_req_rate(10s)
121121
# Track all requests using a single counter
122122
# We could use the 3 available (sc0,1,2) to maybe tier requests
123123
# into say <=100, 101-500, >= 501 if we needed to?

0 commit comments

Comments
 (0)