Merge pull request #6070 from nextcloud/backport/6052/stable19

[stable19] Update reverse_proxy_configuration.rst
This commit is contained in:
Morris Jobke 2021-01-20 15:38:02 +01:00 committed by GitHub
commit 574158a39d
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
^^^^^^^^^