From 2c273b7786be703972de970e1bcf2fb8f609126c Mon Sep 17 00:00:00 2001 From: Julian Gehring Date: Mon, 5 Jan 2015 01:15:59 +0100 Subject: [PATCH] user_manual/troubleshooting: Correct web server name The synthax for URL redirects refers to a lighttpd, not a nginx web server. --- user_manual/pim/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/pim/troubleshooting.rst b/user_manual/pim/troubleshooting.rst index 1f0782d29..4f85be769 100644 --- a/user_manual/pim/troubleshooting.rst +++ b/user_manual/pim/troubleshooting.rst @@ -46,7 +46,7 @@ create or edit the :file:`.htaccess` file and add the following lines:: Redirect 301 /.well-known/carddav /owncloud/remote.php/carddav Redirect 301 /.well-known/caldav /owncloud/remote.php/caldav -If you use Nginx as web server, the setting looks something like:: +If you use lighttpd as web server, the setting looks something like:: url.redirect = ( "^/.well-known/carddav" => "/owncloud/remote.php/carddav",