Skip to content

Commit

Permalink
Merge pull request #41 from nasa/grc-atf-dev
Browse files Browse the repository at this point in the history
update haproxy.cfg to use a specific pem file
  • Loading branch information
ndc-rkevans authored Jan 8, 2024
2 parents a37548e + f182b54 commit 95aaf6a
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 95aaf6a

Please sign in to comment.