By default, traefik resets a connection after 60s. Via entryPoints.name.transport.respondingTimeouts.readTimeout, this timeout can be changed: https://doc.traefik.io/traefik/routing/entrypoints/#respondingtimeouts
This value should be configurable to allow file uploads, that last longer than 60s.
By default, traefik resets a connection after 60s. Via
entryPoints.name.transport.respondingTimeouts.readTimeout, this timeout can be changed: https://doc.traefik.io/traefik/routing/entrypoints/#respondingtimeoutsThis value should be configurable to allow file uploads, that last longer than 60s.