mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
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:
commit
5168da2169
@ -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