Sign in
◑
Theme
android-kvm
/
buildroot
/
refs/heads/master
/
.
/
support
/
testing
/
conf
/
haproxy.cfg
blob: 41e983ea9749cd42cd58c1d922e4aa7f2b9172e5 [
file
] [
edit
]
defaults
timeout connect
10s
timeout client
30s
timeout server
30s
frontend myfrontend
mode http
bind
:
81
default_backend web_servers
backend web_servers
mode http
server s1 localhost
:
80
check