mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Traefik: Set explicit read and write timeouts #3168
see https://github.com/photoprism/photoprism-docs/pull/193 Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
981a719ad7
commit
8f6ce848eb
2 changed files with 10 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ entryPoints:
|
|||
scheme: https
|
||||
websecure:
|
||||
address: ":443"
|
||||
transport:
|
||||
respondingTimeouts:
|
||||
readTimeout: "1h"
|
||||
writeTimeout: "0s"
|
||||
idleTimeout: "300s"
|
||||
|
||||
certificatesResolvers:
|
||||
myresolver:
|
||||
|
|
|
|||
|
|
@ -41,6 +41,11 @@ entryPoints:
|
|||
scheme: https
|
||||
websecure:
|
||||
address: ":443"
|
||||
transport:
|
||||
respondingTimeouts:
|
||||
readTimeout: "1h"
|
||||
writeTimeout: "0s"
|
||||
idleTimeout: "300s"
|
||||
|
||||
# auto tls / https
|
||||
certificatesResolvers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue