[Pkg-owncloud-commits] [SCM] owncloud.git branch, no_var_install, updated. debian/4.0.1debian-2-21-g0f559ae

Paul van Tilburg paulvt at debian.org
Wed Jun 13 20:05:05 UTC 2012


The following commit has been merged in the no_var_install branch:
commit fc3d6d19d2e5b27a7a4e409e7a875e5ab60d40ef
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Wed Jun 13 22:02:07 2012 +0200

    Update Apache config and README for new location (/usr/share/owncloud)

diff --git a/debian/config/apache/owncloud.conf b/debian/config/apache/owncloud.conf
index 2c620fa..faf38bb 100644
--- a/debian/config/apache/owncloud.conf
+++ b/debian/config/apache/owncloud.conf
@@ -1,8 +1,8 @@
-Alias /owncloud /var/lib/owncloud
+Alias /owncloud /usr/share/owncloud
 
-<Directory /var/lib/owncloud/>
-        Options +FollowSymLinks
-        AllowOverride All
-        order allow,deny
-        allow from all
+<Directory /usr/share/owncloud/>
+    Options +FollowSymLinks
+    AllowOverride All
+    order allow,deny
+    allow from all
 </Directory>
diff --git a/debian/owncloud.README.Debian b/debian/owncloud.README.Debian
index 2f825ab..bc7cd3c 100644
--- a/debian/owncloud.README.Debian
+++ b/debian/owncloud.README.Debian
@@ -54,7 +54,7 @@ Running as a virtual host
 
 To run ownCloud as a single virtual host, comment out the Alias directive
 in /etc/apache2/conf.d/owncloud.conf and set the DocumentRoot to
-/var/lib/owncloud in the VirtualHost section of the respective virtual host.
+/usr/share/owncloud in the VirtualHost section of the respective virtual host.
 
 ownCloud uses htaccess to configure some URL rewrites, redirects and error
 documents.  Since the htaccess file assumes ownCloud is accessed under

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list