mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 05:40:41 +01:00
Add readTimeout to allow long file uploads
This commit is contained in:
parent
76806184eb
commit
3072182009
1 changed files with 3 additions and 0 deletions
|
@ -147,6 +147,9 @@ entryPoints:
|
|||
address: ":80"
|
||||
websecure:
|
||||
address: ":443"
|
||||
transport:
|
||||
respondingTimeouts:
|
||||
readTimeout: 30m
|
||||
http:
|
||||
tls:
|
||||
certResolver: "letsencrypt"
|
||||
|
|
Loading…
Reference in a new issue