Support for DNS-01 and HTTP-01 ACME challenges (closes #226)
This commit is contained in:
18
tests/resources/proxy-protocol/haproxy.cfg
Normal file
18
tests/resources/proxy-protocol/haproxy.cfg
Normal file
@@ -0,0 +1,18 @@
|
||||
global
|
||||
log stdout format raw local0
|
||||
|
||||
defaults
|
||||
log global
|
||||
timeout connect 5000ms
|
||||
timeout client 50000ms
|
||||
timeout server 50000ms
|
||||
|
||||
frontend tcp_in
|
||||
bind *:1111
|
||||
mode tcp
|
||||
option tcplog
|
||||
default_backend tcp_out
|
||||
|
||||
backend tcp_out
|
||||
mode tcp
|
||||
server docker_server host.docker.internal:143 send-proxy
|
||||
Reference in New Issue
Block a user