Merge pull request #6055 from nextcloud/backport/6052/stable20

[stable20] Update reverse_proxy_configuration.rst
This commit is contained in:
Morris Jobke 2021-01-20 15:15:46 +01:00 committed by GitHub
commit 9d06fe1df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,12 @@ Apache2
Thanks to `@ffried <https://github.com/ffried>`_ for apache2 example.
nginx
^^^^^
::
rewrite ^/\.well-known/carddav https://$server_name/remote.php/dav/ redirect;
rewrite ^/\.well-known/caldav https://$server_name/remote.php/dav/ redirect;
Traefik 1
^^^^^^^^^