[Pkg-owncloud-commits] [owncloud-doc] 52/110: user_manual/troubleshooting: Correct web server name
David Prévot
taffit at moszumanska.debian.org
Fri Feb 6 21:10:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 36f54c0161a90354f995eb6b75ddeeb044205232
Author: Julian Gehring <julian.gehring at gmail.com>
Date: Mon Jan 5 01:15:59 2015 +0100
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 1f0782d..4f85be7 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",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list