mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
rp-docs: traefik: encode %
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
15fa3be655
commit
6a356b5390
1 changed files with 2 additions and 1 deletions
|
|
@ -871,10 +871,11 @@ The examples below define the dynamic configuration in YAML files. If you rather
|
||||||
respondingTimeouts:
|
respondingTimeouts:
|
||||||
readTimeout: 24h # 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)
|
||||||
http:
|
http:
|
||||||
# Required for Nextcloud to correctly handle encoded URL characters (%2F and %3F in this case) in newer Traefik versions (v3.6.4+).
|
# Required for Nextcloud to correctly handle encoded URL characters (%2F, %3F and %25 in this case) in newer Traefik versions (v3.6.4+).
|
||||||
encodedCharacters:
|
encodedCharacters:
|
||||||
allowEncodedSlash: true
|
allowEncodedSlash: true
|
||||||
allowEncodedQuestionMark: true
|
allowEncodedQuestionMark: true
|
||||||
|
allowEncodedPercent: true
|
||||||
# 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