mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-06 14:58:37 +00:00
14 lines
234 B
INI
14 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
|