forked from pool/nextcloud
new package main fork of owncloud OBS-URL: https://build.opensuse.org/request/show/412567 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=1
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>
|