mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07: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:
@@ -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:
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user