summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
authorGrey Christoforo2016-05-30 12:40:33 +0100
committerGrey Christoforo2016-05-30 12:42:37 +0100
commitc3fa46e5f6a0cdc17a98a09bd04156df74dc35ec (patch)
tree057d45edf954e7f811ad8ab85590b463eaea66d2 /apache.example.conf
downloadaur-c3fa46e5f6a0cdc17a98a09bd04156df74dc35ec.tar.gz
initial commit
add srcinfo
Diffstat (limited to 'apache.example.conf')
-rw-r--r--apache.example.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/apache.example.conf b/apache.example.conf
new file mode 100644
index 000000000000..7bcc1371af14
--- /dev/null
+++ b/apache.example.conf
@@ -0,0 +1,15 @@
+Alias /owncloud "/usr/share/webapps/owncloud"
+
+<Directory /usr/share/webapps/owncloud/>
+ Options +FollowSymlinks
+ AllowOverride All
+ Require all granted
+
+ <IfModule mod_dav.c>
+ Dav off
+ </IfModule>
+
+ SetEnv HOME /usr/share/webapps/owncloud
+ SetEnv HTTP_HOME /usr/share/webapps/owncloud
+
+</Directory>