ansible/roles/octoprint/files/etc/haproxy/haproxy.cfg
2020-06-08 19:01:19 +02:00

14 lines
214 B
INI

global
daemon
maxconn 256
defaults
mode http
timeout connect 5000ms
timeout client 50000ms
timeout server 50000ms
listen http-in
bind *:80
server server1 127.0.0.1:5000 maxconn 32