18 lines
345 B
Plaintext
18 lines
345 B
Plaintext
|
Alias /nextcloud "@DATAPATH@/"
|
||
|
<Directory "@DATAPATH@">
|
||
|
Options +FollowSymLinks
|
||
|
AllowOverride All
|
||
|
|
||
|
<IfModule mod_dav.c>
|
||
|
Dav off
|
||
|
</IfModule>
|
||
|
|
||
|
SetEnv HOME @DATAPATH@
|
||
|
SetEnv HTTP_HOME @DATAPATH@
|
||
|
</Directory>
|
||
|
|
||
|
<Directory "@DATAPATH@/data/">
|
||
|
# just in case if .htaccess gets disabled
|
||
|
Require all denied
|
||
|
</Directory>
|