Skip to content

Commit

Permalink
Haproxy: Add redirect urls to the list of allowed vhosts
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jun 14, 2024
1 parent 566e22a commit ff4041d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/haproxy/templates/validvhostsunrestricted.acl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
{% for application in haproxy_redirects %}
{%if application.hostname is defined %}
{{ application.hostname }}
{% endif %}
{% else %}
{{ application.url }}
{% endif %}
{% endfor %}
{% endif %}

0 comments on commit ff4041d

Please sign in to comment.