ansible/roles/octoprint/files/etc/haproxy/haproxy.cfg

14 lines
208 B
INI
Raw Permalink Normal View History

2020-06-08 17:01:19 +00:00
global
daemon
maxconn 256
defaults
mode http
2020-06-15 00:40:54 +00:00
timeout connect 5s
timeout client 15min
timeout server 15min
2020-06-08 17:01:19 +00:00
listen http-in
bind *:80
2020-06-15 00:40:54 +00:00
server server1 127.0.0.1:5000 maxconn 2000