File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
compose/production/traefik Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,28 @@ entryPoints:
10
10
redirections :
11
11
entryPoint :
12
12
to : web-secure
13
+ transport :
14
+ respondingTimeouts :
15
+ readTimeout : " 300s"
16
+ writeTimeout : " 300s"
17
+ idleTimeout : " 300s"
13
18
14
19
web-secure :
15
20
# https
16
21
address : " :443"
22
+ transport :
23
+ respondingTimeouts :
24
+ readTimeout : " 300s"
25
+ writeTimeout : " 300s"
26
+ idleTimeout : " 300s"
17
27
18
28
flower :
19
29
address : " :5555"
30
+ transport :
31
+ respondingTimeouts :
32
+ readTimeout : " 300s"
33
+ writeTimeout : " 300s"
34
+ idleTimeout : " 300s"
20
35
21
36
certificatesResolvers :
22
37
letsencrypt :
36
51
- web-secure
37
52
middlewares :
38
53
- csrf
39
- - long-timeout
40
54
service : django
41
55
tls :
42
56
# https://docs.traefik.io/master/routing/routers/#certresolver
57
71
# https://docs.djangoproject.com/en/dev/ref/csrf/#ajax
58
72
headers :
59
73
hostsProxyHeaders : ["X-CSRFToken"]
60
- long-timeout :
61
- timeouts :
62
- request : " 5m"
63
- idle : " 5m"
64
74
65
75
services :
66
76
django :
You can’t perform that action at this time.
0 commit comments