Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2022-03-29 19:13:30 +0300
committerGitHub <noreply@github.com>2022-03-29 19:13:30 +0300
commit70294fa03277c6ca9d013de799c619f50dd12cdf (patch)
tree7691b086ecd8477d7071b85b40f8b8785786aacd
parent4a92bdf8dcb52611258ded74dd797888bb545ee0 (diff)
parent6fd716b415f53036cc36f9d40c816c7470534c18 (diff)
Merge pull request #778 from canihavesomecoffee/patch-1
Fix HAProxy warning on wrong timeout abrreviation
-rw-r--r--src/modules/octopi/filesystem/root/etc/haproxy/haproxy.2.x.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/octopi/filesystem/root/etc/haproxy/haproxy.2.x.cfg b/src/modules/octopi/filesystem/root/etc/haproxy/haproxy.2.x.cfg
index 8ef4d16..b9c3018 100644
--- a/src/modules/octopi/filesystem/root/etc/haproxy/haproxy.2.x.cfg
+++ b/src/modules/octopi/filesystem/root/etc/haproxy/haproxy.2.x.cfg
@@ -17,8 +17,8 @@ defaults
option forwardfor
maxconn 2000
timeout connect 5s
- timeout client 15min
- timeout server 15min
+ timeout client 15m
+ timeout server 15m
frontend public
bind :::80 v4v6