move system

This commit is contained in:
Michael Rennecke
2019-05-09 22:11:44 +02:00
parent be03cabfa2
commit 4f3f2e3622
7 changed files with 35 additions and 33 deletions

View File

@@ -1,3 +1,3 @@
{% for domain in haproxy_backends %}
{% for domain in haproxy_domains %}
{{ domain }}
{% endfor %}

View File

@@ -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

View File

@@ -1,3 +1,3 @@
{% for domain in haproxy_backends %}
{{- domain }} {{ domain }}
{% for domain in haproxy_domains %}
{{- domain }} {{ haproxy_domains[domain] }}
{% endfor %}