Fix haproxy for octoprint
This commit is contained in:
parent
3a640f10d8
commit
ef07a31f3d
@ -4,10 +4,10 @@ global
|
|||||||
|
|
||||||
defaults
|
defaults
|
||||||
mode http
|
mode http
|
||||||
timeout connect 5000ms
|
timeout connect 5s
|
||||||
timeout client 50000ms
|
timeout client 15min
|
||||||
timeout server 50000ms
|
timeout server 15min
|
||||||
|
|
||||||
listen http-in
|
listen http-in
|
||||||
bind *:80
|
bind *:80
|
||||||
server server1 127.0.0.1:5000 maxconn 32
|
server server1 127.0.0.1:5000 maxconn 2000
|
||||||
|
Loading…
Reference in New Issue
Block a user