add entrypoint readTimeout configuration

This commit is contained in:
2026-04-14 16:31:52 +02:00
parent f31583e234
commit ba36e9f677
+3
View File
@@ -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 }}