summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
authorGrey Christoforo2016-06-21 18:58:19 +0100
committerGrey Christoforo2016-06-21 18:58:19 +0100
commitc7824282f8466dcee05520661ba93a2fe537c9b0 (patch)
treea3875f3e2d48859cb5c703ec84ab54f74d82362c /apache.example.conf
downloadaur-c7824282f8466dcee05520661ba93a2fe537c9b0.tar.gz
initial commit
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..84f452ac274c
--- /dev/null
+++ b/apache.example.conf
@@ -0,0 +1,15 @@
+Alias /nextcloud "/usr/share/webapps/nextcloud"
+
+<Directory /usr/share/webapps/nextcloud/>
+ Options +FollowSymlinks
+ AllowOverride All
+ Require all granted
+
+ <IfModule mod_dav.c>
+ Dav off
+ </IfModule>
+
+ SetEnv HOME /usr/share/webapps/nextcloud
+ SetEnv HTTP_HOME /usr/share/webapps/nextcloud
+
+</Directory>