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"
|
address: ":80"
|
||||||
websecure:
|
websecure:
|
||||||
address: ":443"
|
address: ":443"
|
||||||
|
transport:
|
||||||
|
respondingTimeouts:
|
||||||
|
readTimeout: 30m
|
||||||
http:
|
http:
|
||||||
tls:
|
tls:
|
||||||
certResolver: "letsencrypt"
|
certResolver: "letsencrypt"
|
||||||
|
|
Loading…
Reference in a new issue