Increase traefik read timeout
This commit is contained in:
parent
a5782bc78a
commit
48b17ebf6b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue