Skip to content

Commit 7ada809

Browse files
committed
fix: add spacing for correct urls
1 parent 873f07c commit 7ada809

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
@@ -129,7 +129,7 @@ frontend main
129129
{%- for service, config in haproxy.services.items() %}
130130
{%- if config.get('rate_limit') %}
131131
# Rate limit config for {{ service }}
132-
acl is_{{ service }} hdr(host) -i {% for domain in config.domains %}{{ domain }}{% endfor %}
132+
acl is_{{ service }} hdr(host) -i {% for domain in config.domains %}{{ domain }} {% endfor %}
133133
http-request deny deny_status 429 if is_{{ service }} { sc0_http_req_rate() gt {{ config.rate_limit }} }
134134
{%- endif %}
135135
{%- endfor %}

0 commit comments

Comments
 (0)