Merge pull request #6078 from westonmyers/patch-2

Update reverse_proxy_configuration.rst to remove typo in Traefik config example.
This commit is contained in:
Morris Jobke 2021-01-22 12:49:25 +01:00 committed by GitHub
commit 5168da2169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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