Skip to content

Commit 884e2c2

Browse files
committed
use timeouts instead of forwarding timeouts
1 parent 31b82d7 commit 884e2c2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

compose/production/traefik/traefik.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ http:
5858
headers:
5959
hostsProxyHeaders: ["X-CSRFToken"]
6060
long-timeout:
61-
forwardingTimeouts:
62-
dialTimeout: "5m"
63-
responseHeaderTimeout: "5m"
64-
idleTimeout: "5m"
61+
timeouts:
62+
request: "5m"
63+
idle: "5m"
6564

6665
services:
6766
django:

0 commit comments

Comments
 (0)