Increase traefik read timeout

This commit is contained in:
Jake Howard 2025-04-03 17:25:52 +01:00
parent a5782bc78a
commit 48b17ebf6b
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -30,6 +30,9 @@ entryPoints:
forwardedHeaders:
trustedIPs:
- "{{ wireguard.server.ip }}/32" # This is obtained from the connecting `proxy_protocol`
transport:
respondingTimeouts:
readTimeout: 180s
traefik:
address: :8080