15 lines
280 B
Text
15 lines
280 B
Text
Alias /nextcloud "/var/www/nextcloud/"
|
|
|
|
<Directory /var/www/nextcloud/>
|
|
Require all granted
|
|
Options FollowSymlinks MultiViews
|
|
AllowOverride All
|
|
|
|
<IfModule mod_dav.c>
|
|
Dav off
|
|
</IfModule>
|
|
|
|
SetEnv HOME /var/www/nextcloud
|
|
SetEnv HTTP_HOME /var/www/nextcloud
|
|
|
|
</Directory>
|