[arch-commits] Commit in nextcloud/trunk (apache.example.conf)

Sergej Pupykin spupykin at archlinux.org
Tue Apr 18 09:53:07 UTC 2017


    Date: Tuesday, April 18, 2017 @ 09:53:06
  Author: spupykin
Revision: 223706

owncloud -> nextcloud

Modified:
  nextcloud/trunk/apache.example.conf

---------------------+
 apache.example.conf |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: apache.example.conf
===================================================================
--- apache.example.conf	2017-04-18 08:49:53 UTC (rev 223705)
+++ apache.example.conf	2017-04-18 09:53:06 UTC (rev 223706)
@@ -1,18 +1,18 @@
 <IfModule mod_alias.c>
-    Alias /owncloud /usr/share/webapps/owncloud/
+    Alias /nextcloud /usr/share/webapps/nextcloud/
 </IfModule>
 
-<Directory /usr/share/webapps/owncloud/>
+<Directory /usr/share/webapps/nextcloud/>
     Options FollowSymlinks
     AllowOverride all
     Require all granted
-    php_admin_value open_basedir "/srv/http/:/dev/urandom:/tmp/:/usr/share/pear/:/usr/share/webapps/owncloud/:/etc/webapps/owncloud"
+    php_admin_value open_basedir "/srv/http/:/dev/urandom:/tmp/:/usr/share/pear/:/usr/share/webapps/nextcloud/:/etc/webapps/nextcloud"
 </Directory>
 
 <VirtualHost *:80>
     ServerAdmin foo at foofarm.com
-    DocumentRoot /usr/share/webapps/owncloud
-    ServerName owncloud.foo.com
-    ErrorLog /var/log/httpd/owncloud.foo.info-error_log
-    CustomLog /var/log/httpd/owncloud.foo.info-access_log common
+    DocumentRoot /usr/share/webapps/nextcloud
+    ServerName nextcloud.foo.com
+    ErrorLog /var/log/httpd/nextcloud.foo.info-error_log
+    CustomLog /var/log/httpd/nextcloud.foo.info-access_log common
 </VirtualHost>



More information about the arch-commits mailing list