File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,14 @@ add_arg "--entryPoints.https.address=:${TRAEFIK_PORT_HTTPS:-443}"
2323add_arg " --entryPoints.https.transport.respondingTimeouts.readTimeout=12h"
2424add_arg " --entryPoints.https.transport.respondingTimeouts.writeTimeout=12h"
2525add_arg " --entryPoints.https.transport.respondingTimeouts.idleTimeout=3m"
26- # allow encoded characters required for WOPI/Collabora
26+ # allow encoded characters
27+ # required for WOPI/Collabora
2728add_arg " --entryPoints.https.http.encodedCharacters.allowEncodedSlash=true"
2829add_arg " --entryPoints.https.http.encodedCharacters.allowEncodedQuestionMark=true"
2930add_arg " --entryPoints.https.http.encodedCharacters.allowEncodedPercent=true"
31+ # required for file operations with supported encoded characters
32+ add_arg " --entryPoints.https.http.encodedCharacters.allowEncodedSemicolon=true"
33+ add_arg " --entryPoints.https.http.encodedCharacters.allowEncodedHash=true"
3034# docker provider (get configuration from container labels)
3135add_arg " --providers.docker.endpoint=unix:///var/run/docker.sock"
3236add_arg " --providers.docker.exposedByDefault=false"
You can’t perform that action at this time.
0 commit comments