refactor: typo

This commit is contained in:
VC
2024-07-05 11:53:28 +02:00
parent e245e5995e
commit 8b61fdcaff

View File

@@ -46,7 +46,7 @@ frontend http
## {{ hostname }} configuration
acl host_{{ hostname }} hdr(host) -i {{ hostname }}
use_backend http_{{ server }} if letsencrypt host_{{ hostname }}
{% endfor %}
{% endfor %}
@@ -61,7 +61,7 @@ frontend https
## {{ hostname }} configuration
acl host_{{ hostname }} req.ssl_sni -i {{ hostname }}
use_backend https_{{ server }} if host_{{ hostname }}
{% endfor %}
{% endfor %}