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