From fa450b16a3417043225ea1b0860a87d792ba3110 Mon Sep 17 00:00:00 2001 From: aurelien Date: Wed, 14 Nov 2012 14:39:56 +0100 Subject: PKGBUILD for any --- pcr/owncloud/owncloud.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pcr/owncloud/owncloud.conf (limited to 'pcr/owncloud/owncloud.conf') diff --git a/pcr/owncloud/owncloud.conf b/pcr/owncloud/owncloud.conf new file mode 100644 index 000000000..5f050f134 --- /dev/null +++ b/pcr/owncloud/owncloud.conf @@ -0,0 +1,17 @@ + +Alias /owncloud /usr/share/webapps/owncloud/ + + + Options FollowSymlinks + Order allow,deny + AllowOverride all + allow from all + php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/" + + + ServerAdmin foo@foofarm.com + DocumentRoot /usr/share/webapps/owncloud + ServerName owncloud.foo.com + ErrorLog logs/owncloud.foo.info-error_log + CustomLog logs/owncloud.foo.info-access_log common + \ No newline at end of file -- cgit v1.2.3