summarylogtreecommitdiffstats
path: root/apache.example.conf
blob: 62b8fd03f57f49b8fe4babe9cea07a7de674e821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Alias /nextcloud "/usr/share/webapps/nextcloud-beta"

<Directory /usr/share/webapps/nextcloud-beta/>
  Options +FollowSymlinks
  AllowOverride All
  Require all granted

 <IfModule mod_dav.c>
  Dav off
 </IfModule>

 SetEnv HOME /usr/share/webapps/nextcloud-beta
 SetEnv HTTP_HOME /usr/share/webapps/nextcloud-beta

</Directory>