From 4348c80100c483dd267d5ee082e671521ad4d035 Mon Sep 17 00:00:00 2001 From: stefano99 Date: Mon, 8 Dec 2025 22:22:03 +0100 Subject: [PATCH] changed tabs for spaces Substituted tabs with spaces Signed-off-by: stefano99 --- reverse-proxy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index 2130691e..098fcb2a 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -870,11 +870,11 @@ The examples below define the dynamic configuration in YAML files. If you rather transport: respondingTimeouts: readTimeout: 24h # Allows uploads > 100MB; prevents connection reset due to chunking (public upload-only links) - http: - # Required for Nextcloud to correctly handle encoded URL characters (%2F and %3F in this case) in newer Traefik versions (v3.6.4+). - encodedCharacters: - allowEncodedSlash: true - allowEncodedQuestionMark: true + http: + # Required for Nextcloud to correctly handle encoded URL characters (%2F and %3F in this case) in newer Traefik versions (v3.6.4+). + encodedCharacters: + allowEncodedSlash: true + allowEncodedQuestionMark: true # If you want to enable HTTP/3 support, uncomment the line below # http3: {}