summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-03-14 22:31:30 +0000
committerGrey Christoforo2016-03-14 22:31:30 +0000
commitc08ca6ddf9c3b65f66a5a0ce5052dab2a4a0c3e6 (patch)
tree4701536dd4c4fdaedbbdfe16a17c259eba88a6e6
parentc13ca0544608bb59e40154fd5ace462740e4ecd5 (diff)
downloadaur-c08ca6ddf9c3b65f66a5a0ce5052dab2a4a0c3e6.tar.gz
fix apache conf
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--apache.example.conf1
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d85bdf1ce9b..77fee29f043d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Mar 14 20:06:01 UTC 2016
+# Mon Mar 14 22:31:27 UTC 2016
pkgbase = owncloud-archive
pkgdesc = ownCloud server release, installed from the official .tar.bz2 archive
pkgver = 9.0.0
@@ -33,7 +33,7 @@ pkgbase = owncloud-archive
source = apache.example.conf
md5sums = 1f14d7f2faa0ba704901e062301854db
md5sums = SKIP
- md5sums = e392cbbb21e674a605c3ff7f23852bfa
+ md5sums = bf523e475fd8cf1e2048018952da5c34
pkgname = owncloud-archive
diff --git a/PKGBUILD b/PKGBUILD
index b648e5dfe98c..e95b4c4367d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
source=("https://download.owncloud.org/community/owncloud-${pkgver}.tar.bz2"{,.asc} "apache.example.conf")
md5sums=('1f14d7f2faa0ba704901e062301854db'
'SKIP'
- 'e392cbbb21e674a605c3ff7f23852bfa')
+ 'bf523e475fd8cf1e2048018952da5c34')
options=(!strip emptydirs)
diff --git a/apache.example.conf b/apache.example.conf
index 6ae56a3ee150..7bcc1371af14 100644
--- a/apache.example.conf
+++ b/apache.example.conf
@@ -3,6 +3,7 @@ Alias /owncloud "/usr/share/webapps/owncloud"
<Directory /usr/share/webapps/owncloud/>
Options +FollowSymlinks
AllowOverride All
+ Require all granted
<IfModule mod_dav.c>
Dav off