Merge pull request #6628 from seclution/patch-1
Some checks failed
Codespell / Check spelling (push) Has been cancelled

rp-docs: increase Treafik timeout
This commit is contained in:
Simon L. 2025-09-16 10:51:18 +02:00 committed by GitHub
commit 4655294cfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -679,6 +679,9 @@ The examples below define the dynamic configuration in YAML files. If you rather
entryPoints:
https:
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
# http3: {}
@ -766,6 +769,9 @@ The examples below define the dynamic configuration in YAML files. If you rather
entryPoints:
https:
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
# http3: {}