Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
correct ssl keystore path
Browse files Browse the repository at this point in the history
Signed-off-by: Erin Schnabel <[email protected]>
  • Loading branch information
Erin Schnabel committed Sep 7, 2017
1 parent 23ef18a commit ac4630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ listen stats

frontend frontend-ssl
bind *:80
bind *:443 ssl crt /keystore/proxy.pem
bind *:443 ssl crt /etc/ssl/proxy.pem
mode http
option httplog
redirect scheme https code 301 if !{ ssl_fc }
Expand Down

0 comments on commit ac4630b

Please sign in to comment.