diff --git a/src/roles/haproxy/templates/haproxy.cfg.j2 b/src/roles/haproxy/templates/haproxy.cfg.j2 index 2db1f0e2..38039b09 100644 --- a/src/roles/haproxy/templates/haproxy.cfg.j2 +++ b/src/roles/haproxy/templates/haproxy.cfg.j2 @@ -65,7 +65,7 @@ frontend www-http default_backend www-backend frontend www-https - bind *:443 ssl crt /etc/haproxy/certs/ + bind *:443 ssl crt /etc/haproxy/certs/meza.pem reqadd X-Forwarded-Proto:\ https # Keep letsencrypt stuff here for now. Probably add it back later.