File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
compose/production/traefik Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ entryPoints:
14
14
web-secure :
15
15
# https
16
16
address : " :443"
17
- transport :
18
- respondingTimeouts :
19
- readTimeout : " 180s"
20
- writeTimeout : " 180s"
21
- idleTimeout : " 180s"
22
17
23
18
flower :
24
19
address : " :5555"
@@ -34,14 +29,16 @@ certificatesResolvers:
34
29
entryPoint : web
35
30
36
31
http :
32
+ serversTransport :
33
+ respondingTimeouts :
34
+ idleTimeout : " 5m0s"
37
35
routers :
38
36
web-secure-router :
39
37
rule : ' Host(`{{ env "TRAEFIK_DOMAIN" }}`)'
40
38
entryPoints :
41
39
- web-secure
42
40
middlewares :
43
41
- csrf
44
- - long-timeout
45
42
service : django
46
43
tls :
47
44
# https://docs.traefik.io/master/routing/routers/#certresolver
@@ -62,19 +59,12 @@ http:
62
59
# https://docs.djangoproject.com/en/dev/ref/csrf/#ajax
63
60
headers :
64
61
hostsProxyHeaders : ["X-CSRFToken"]
65
- long-timeout :
66
- forwardingTimeouts :
67
- dialTimeout : " 180s"
68
- responseHeaderTimeout : " 180s"
69
- idleConnTimeout : " 180s"
70
62
71
63
services :
72
64
django :
73
65
loadBalancer :
74
66
servers :
75
67
- url : http://django:5000
76
- responseForwarding :
77
- flushInterval : " 100ms"
78
68
79
69
flower :
80
70
loadBalancer :
You can’t perform that action at this time.
0 commit comments