bunkerized-nginx/examples/behind-reverse-proxy/haproxy.cfg
2022-08-16 11:08:58 +02:00

15 lines
234 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 mybunker:8080