Combine the two Nginx reverse proxy examples

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2021-01-20 15:39:29 +01:00
parent 574158a39d
commit 34e5d8832f
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

View File

@ -68,12 +68,6 @@ 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
^^^^^^^^^