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: {}