user_manual/troubleshooting: Correct web server name

The synthax for URL redirects refers to a lighttpd, not a nginx web server.
This commit is contained in:
Julian Gehring
2015-01-05 01:15:59 +01:00
parent a010552693
commit 2c273b7786

View File

@@ -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",