bunkerweb/examples/behind-reverse-proxy/haproxy.cfg
Jordan Blasenhauer 86cb619b5f add bunkerweb 1.6
2024-07-01 11:21:54 +02:00

14 lines
235 B
INI

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 bunkerweb:8080