diff --git a/service/templates/traefik-template.j2 b/service/templates/traefik-template.j2 index b354f85..02b1fc7 100644 --- a/service/templates/traefik-template.j2 +++ b/service/templates/traefik-template.j2 @@ -1,3 +1,17 @@ +entryPoints: + traefik: + address: ":80" + asDefault: true + transport: + keepAliveMaxRequests: 0 + keepAliveMaxTime: 6 + respondingTimeouts: + readTimeout: 6 + writeTimeout: 6 + idleTimeout: 6 + dash: + address: ":8080" + http: middlewares: path-strip-v3: