refactor: typo
This commit is contained in:
@@ -46,7 +46,7 @@ frontend http
|
|||||||
## {{ hostname }} configuration
|
## {{ hostname }} configuration
|
||||||
acl host_{{ hostname }} hdr(host) -i {{ hostname }}
|
acl host_{{ hostname }} hdr(host) -i {{ hostname }}
|
||||||
use_backend http_{{ server }} if letsencrypt host_{{ hostname }}
|
use_backend http_{{ server }} if letsencrypt host_{{ hostname }}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ frontend https
|
|||||||
## {{ hostname }} configuration
|
## {{ hostname }} configuration
|
||||||
acl host_{{ hostname }} req.ssl_sni -i {{ hostname }}
|
acl host_{{ hostname }} req.ssl_sni -i {{ hostname }}
|
||||||
use_backend https_{{ server }} if host_{{ hostname }}
|
use_backend https_{{ server }} if host_{{ hostname }}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user