Fix haproxy for octoprint

This commit is contained in:
pgrondek 2020-06-15 02:40:54 +02:00
parent 3a640f10d8
commit ef07a31f3d

View File

@ -4,10 +4,10 @@ global
defaults
mode http
timeout connect 5000ms
timeout client 50000ms
timeout server 50000ms
timeout connect 5s
timeout client 15min
timeout server 15min
listen http-in
bind *:80
server server1 127.0.0.1:5000 maxconn 32
server server1 127.0.0.1:5000 maxconn 2000