mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-22 08:28:25 +00:00
15 lines
234 B
INI
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
|