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:
Weston Myers
2021-01-22 05:25:33 -05:00
committed by GitHub
parent a6cddcb891
commit 1350b0b86a

View File

@@ -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:
::