From ce108ac1392e7ad71ddb69997286a1635f035463 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 1 Jan 2019 19:23:08 +0100 Subject: [PATCH] Add note about NGINX to well-known troubleshooting --- admin_manual/issues/general_troubleshooting.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/issues/general_troubleshooting.rst b/admin_manual/issues/general_troubleshooting.rst index 546fde82a..800abb4f5 100644 --- a/admin_manual/issues/general_troubleshooting.rst +++ b/admin_manual/issues/general_troubleshooting.rst @@ -281,6 +281,8 @@ document root of your Web server and add the following lines:: Make sure to change /nextcloud to the actual subfolder your Nextcloud instance is running in. +If you are running NGINX, make sure ``location = /.well-known/carddav {`` and ``location = /.well-known/caldav {`` are properly configured as described in :doc:`../installation/nginx`, adapt to use a subfolder if necessary. + Now change the URL in the client settings to just use: ``https://example.com``