bunkerweb/examples/behind-reverse-proxy/haproxy.cfg

15 lines
234 B
INI
Raw Normal View History

2022-06-03 15:24:14 +00:00
defaults
timeout connect 5s
timeout client 5s
timeout server 5s
frontend http_front
mode http
bind *:8080
default_backend http_back
backend http_back
mode http
option forwardfor
server server01 mybunker:8080