summarylogtreecommitdiffstats
path: root/apache.example.conf
blob: 7bcc1371af1425fc037fc9f839d1100bfb2e38db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>