mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update reverse_proxy_configuration.rst
Tiny update, but there was a typo that would prevent redirection from occurring properly for Traefik.
This commit is contained in:
parent
a2da5b8153
commit
a23ad9b874
@ -76,7 +76,7 @@ Using docker tags:
|
||||
|
||||
traefik.frontend.redirect.permanent: 'true'
|
||||
traefik.frontend.redirect.regex: https://(.*)/.well-known/(card|cal)dav
|
||||
traefik.frontend.redirect.replacement: https://$$1/remote.php/dav/
|
||||
traefik.frontend.redirect.replacement: https://$1/remote.php/dav/
|
||||
|
||||
Using traefik.toml:
|
||||
::
|
||||
|
||||
Loading…
Reference in New Issue
Block a user