From e731dc2727f4f032dd7ad9cd6fd45ad8e05676a6 Mon Sep 17 00:00:00 2001 From: stefano99 Date: Mon, 8 Dec 2025 22:22:58 +0100 Subject: [PATCH] substituted tabs with spaces Signed-off-by: stefano99 --- reverse-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index 098fcb2a..64369553 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -873,8 +873,8 @@ The examples below define the dynamic configuration in YAML files. If you rather 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 + allowEncodedSlash: true + allowEncodedQuestionMark: true # If you want to enable HTTP/3 support, uncomment the line below # http3: {}