You've already forked docker-services
add entrypoint readTimeout configuration
This commit is contained in:
@@ -31,6 +31,9 @@ entryPoints:
|
||||
|
||||
websecure:
|
||||
address: :443
|
||||
transport:
|
||||
respondingTimeouts:
|
||||
readTimeout: {{ traefik_readtimeout | default(60) }}
|
||||
http:
|
||||
encodedCharacters:
|
||||
allowEncodedSlash: {{ (('gitlab' in docker_services) or (traefik_encodedcharacters_allowEncodedSlash | default(false))) | lower }}
|
||||
|
||||
Reference in New Issue
Block a user