summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
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>