Add readTimeout to allow long file uploads

This commit is contained in:
Owen Schwartz 2025-01-25 22:29:10 -05:00
parent 76806184eb
commit 3072182009
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -147,6 +147,9 @@ entryPoints:
address: ":80" address: ":80"
websecure: websecure:
address: ":443" address: ":443"
transport:
respondingTimeouts:
readTimeout: 30m
http: http:
tls: tls:
certResolver: "letsencrypt" certResolver: "letsencrypt"