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 d8749ff commit ad7b9caCopy full SHA for ad7b9ca
pillar/base/haproxy.sls
@@ -75,7 +75,7 @@ haproxy:
75
- {{ config.server_name }}
76
verify_host: bugs.psf.io
77
check: "HEAD / HTTP/1.1\\r\\nHost:\\ {{ config.server_name }}"
78
- rate_limit: {{ config.get('rate_limit', 10) }}
+ rate_limit: {{ config.get('rate_limit', 100) }}
79
{% endfor %}
80
81
moin:
0 commit comments