Update reverse_proxy_configuration.rst

nginx redirect example
This commit is contained in:
Yash
2021-01-19 03:40:59 -06:00
committed by backportbot[bot]
parent 5af09dfac1
commit 3659f35aa7

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