[Pkg-owncloud-commits] [owncloud] 01/02: Fix path in lighttpd example configuration
David Prévot
taffit at moszumanska.debian.org
Sat Sep 27 00:55:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit b60d22681e9fd5293f7c8b194141d184aef240db
Author: Alexander Dahl <post at lespocky.de>
Date: Fri Sep 26 20:18:34 2014 -0400
Fix path in lighttpd example configuration
Closes: #761808
---
debian/config/lighttpd/owncloud.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/config/lighttpd/owncloud.conf b/debian/config/lighttpd/owncloud.conf
index d09e444..9f0437a 100644
--- a/debian/config/lighttpd/owncloud.conf
+++ b/debian/config/lighttpd/owncloud.conf
@@ -1,5 +1,5 @@
# Make ownCloud reachable under /owncloud
-alias.url += ( "/owncloud/" => "/var/lib/owncloud/" )
+alias.url += ( "/owncloud" => "/usr/share/owncloud" )
# Taken from http://owncloud.org/support/distro-notes, section "lighttpd":
# As .htaccess files are ignored by lighttpd, you have to secure the /data
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list