mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-15 02:00:15 +00:00
adjust traefik docs
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
99b5454676
commit
c241ff57fb
1 changed files with 6 additions and 3 deletions
|
|
@ -678,6 +678,9 @@ The examples below define the dynamic configuration in YAML files. If you rather
|
||||||
entryPoints:
|
entryPoints:
|
||||||
https:
|
https:
|
||||||
address: ":443" # Create an entrypoint called "https" that uses port 443
|
address: ":443" # Create an entrypoint called "https" that uses port 443
|
||||||
|
transport:
|
||||||
|
respondingTimeouts:
|
||||||
|
readTimeout: 24h # Allows uploads > 100MB; prevents connection reset due to chunking (public upload-only links)
|
||||||
# If you want to enable HTTP/3 support, uncomment the line below
|
# If you want to enable HTTP/3 support, uncomment the line below
|
||||||
# http3: {}
|
# http3: {}
|
||||||
|
|
||||||
|
|
@ -765,9 +768,9 @@ The examples below define the dynamic configuration in YAML files. If you rather
|
||||||
entryPoints:
|
entryPoints:
|
||||||
https:
|
https:
|
||||||
address: ":443" # Create an entrypoint called "https" that uses port 443
|
address: ":443" # Create an entrypoint called "https" that uses port 443
|
||||||
transport:
|
transport:
|
||||||
respondingTimeouts:
|
respondingTimeouts:
|
||||||
readTimeout: 30m # Allows uploads > 100MB; prevents connection reset due to chunking (public upload-only links)
|
readTimeout: 24h # Allows uploads > 100MB; prevents connection reset due to chunking (public upload-only links)
|
||||||
# If you want to enable HTTP/3 support, uncomment the line below
|
# If you want to enable HTTP/3 support, uncomment the line below
|
||||||
# http3: {}
|
# http3: {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue