add idle time to traefik
This commit is contained in:
@@ -11,6 +11,12 @@ services:
|
||||
- --providers.file.watch=true
|
||||
- --entrypoints.web.address=:80
|
||||
- --entrypoints.websecure.address=:443
|
||||
# Docker layer uploads can legitimately take longer than Traefik's
|
||||
# default request-body read timeout. Disable the hard cutoff so registry
|
||||
# pushes are not aborted mid-upload with 499 errors.
|
||||
- --entrypoints.websecure.transport.respondingTimeouts.readTimeout=0
|
||||
- --entrypoints.websecure.transport.respondingTimeouts.writeTimeout=0
|
||||
- --entrypoints.websecure.transport.respondingTimeouts.idleTimeout=1800s
|
||||
- --entrypoints.web.http.redirections.entrypoint.to=websecure
|
||||
- --entrypoints.web.http.redirections.entrypoint.scheme=https
|
||||
- --certificatesresolvers.letsencrypt.acme.tlschallenge=true
|
||||
|
||||
Reference in New Issue
Block a user