diff --git a/compose/production/traefik/traefik.yml b/compose/production/traefik/traefik.yml index e1e134fc..2abaea3f 100644 --- a/compose/production/traefik/traefik.yml +++ b/compose/production/traefik/traefik.yml @@ -14,9 +14,6 @@ entryPoints: web-secure: # https address: ":443" - http: - middlewares: - - timeouts flower: address: ":5555" @@ -59,15 +56,14 @@ http: # https://docs.djangoproject.com/en/dev/ref/csrf/#ajax headers: hostsProxyHeaders: ["X-CSRFToken"] - timeouts: - headers: - readTimeout: "300s" services: django: loadBalancer: servers: - url: http://django:5000 + serversTransport: + serverTimeout: "300s" flower: loadBalancer: