move system
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{% for domain in haproxy_backends %}
|
||||
{% for domain in haproxy_domains %}
|
||||
{{ domain }}
|
||||
{% endfor %}
|
||||
|
@@ -54,7 +54,7 @@ defaults
|
||||
|
||||
frontend http
|
||||
bind *:80 name http
|
||||
bind *:443 name https ssl crt /etc/haproxy/certs/default.pem crt /etc/haproxy/certs/ ecdhe secp384r1 alpn h2,http/1.1 npn h2,http/1.1
|
||||
bind *:443 name https ssl crt /etc/haproxy/certs/mail.0rpheus.net.pem crt /etc/haproxy/certs/ ecdhe secp384r1 alpn h2,http/1.1 npn h2,http/1.1
|
||||
|
||||
compression algo gzip
|
||||
compression type text/html text/plain text/javascript application/javascript application/xml text/css
|
||||
|
@@ -1,3 +1,3 @@
|
||||
{% for domain in haproxy_backends %}
|
||||
{{- domain }} {{ domain }}
|
||||
{% for domain in haproxy_domains %}
|
||||
{{- domain }} {{ haproxy_domains[domain] }}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user