Files
dockerfiles/haproxy/haproxy.cfg
Gong Sophia 27d2b583bd add haproxy container
Signed-off-by: Gong Sophia <sophia.gong@intel.com>
2019-05-06 09:07:55 +08:00

17 lines
297 B
INI

global
daemon
maxconn 256
defaults
mode http
timeout connect 5000ms
timeout client 50000ms
timeout server 50000ms
frontend http-in
bind *:80
default_backend servers
backend servers
server server1 127.0.0.1:8000 maxconn 32