Skip to content

Commit

Permalink
update haproxy.cfg to use a specific pem file
Browse files Browse the repository at this point in the history
Users with proper certs will now need to name their proper cert "meza.pem"
  • Loading branch information
ndc-rkevans authored Jan 8, 2024
1 parent 231ae16 commit f182b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roles/haproxy/templates/haproxy.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f182b54

Please sign in to comment.