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

Commit

Permalink
update haproxy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Francoz committed Jan 28, 2020
1 parent 0bee7dc commit 0d5115a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions haproxy.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global
log /dev/log local0 debug
log stdout format raw local0 debug
daemon
lua-load config.lua
lua-load acme.lua
Expand All @@ -13,7 +13,7 @@ defaults
timeout server 10s

listen http
bind *:5002
bind *:80
http-request use-service lua.acme if { path_beg /.well-known/acme-challenge/ }

listen acme
Expand All @@ -22,6 +22,5 @@ listen acme

listen acme-ca
bind 127.0.0.1:9012
# server ca acme-v02.api.letsencrypt.org:443 ssl verify none
server ca 127.0.0.1:4431 ssl verify none
server ca acme-v02.api.letsencrypt.org:443 ssl verify none
http-request set-header Host acme-v02.api.letsencrypt.org

0 comments on commit 0d5115a

Please sign in to comment.