changed tabs for spaces

Substituted tabs with spaces

Signed-off-by: stefano99 <falchi.stefi@gmail.com>
This commit is contained in:
stefano99 2025-12-08 22:22:03 +01:00 committed by GitHub
parent ed53d7a0df
commit 4348c80100
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -870,11 +870,11 @@ The examples below define the dynamic configuration in YAML files. If you rather
transport: transport:
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 and %3F in this case) in newer Traefik versions (v3.6.4+).
encodedCharacters: encodedCharacters:
allowEncodedSlash: true allowEncodedSlash: true
allowEncodedQuestionMark: true allowEncodedQuestionMark: 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: {}