Skip to content

Commit 094e6b0

Browse files
committed
try a timeout of 300s
1 parent fb7a809 commit 094e6b0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

compose/production/traefik/traefik.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ entryPoints:
1414
web-secure:
1515
# https
1616
address: ":443"
17+
http:
18+
middlewares:
19+
- timeouts
1720

1821
flower:
1922
address: ":5555"
@@ -29,9 +32,6 @@ certificatesResolvers:
2932
entryPoint: web
3033

3134
http:
32-
serversTransport:
33-
respondingTimeouts:
34-
idleTimeout: "5m0s"
3535
routers:
3636
web-secure-router:
3737
rule: 'Host(`{{ env "TRAEFIK_DOMAIN" }}`)'
@@ -59,6 +59,9 @@ http:
5959
# https://docs.djangoproject.com/en/dev/ref/csrf/#ajax
6060
headers:
6161
hostsProxyHeaders: ["X-CSRFToken"]
62+
timeouts:
63+
headers:
64+
readTimeout: "300s"
6265

6366
services:
6467
django:

0 commit comments

Comments
 (0)