mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Docker: Increase Traefik read timeout from 1h to 3h
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
cbd42e4212
commit
0075c73d06
2 changed files with 2 additions and 4 deletions
|
|
@ -19,9 +19,8 @@ entryPoints:
|
|||
address: ":443"
|
||||
transport:
|
||||
respondingTimeouts:
|
||||
readTimeout: "1h"
|
||||
readTimeout: "3h"
|
||||
writeTimeout: "0s"
|
||||
idleTimeout: "300s"
|
||||
|
||||
certificatesResolvers:
|
||||
myresolver:
|
||||
|
|
|
|||
|
|
@ -43,9 +43,8 @@ entryPoints:
|
|||
address: ":443"
|
||||
transport:
|
||||
respondingTimeouts:
|
||||
readTimeout: "1h"
|
||||
readTimeout: "3h"
|
||||
writeTimeout: "0s"
|
||||
idleTimeout: "300s"
|
||||
|
||||
# auto tls / https
|
||||
certificatesResolvers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue