Skip to content

Commit

Permalink
v6.29
Browse files Browse the repository at this point in the history
+ DietPi-Software | Nextcloud: Align Apache2 config with updated Nextcloud docs: nextcloud/documentation#1800
  • Loading branch information
MichaIng authored Jan 24, 2020
1 parent ab270b2 commit 5d66819
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .conf/dps_114/apache.nextcloud.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ Redirect permanent /ocm-provider /nextcloud/ocm-provider
Redirect permanent /ocs-provider /nextcloud/ocs-provider

<Directory /var/www/nextcloud/>
Options +FollowSymlinks
AllowOverride All
Require all granted
AllowOverride All
Options FollowSymLinks MultiViews

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

SetEnv HOME /var/www/nextcloud
SetEnv HTTP_HOME /var/www/nextcloud
<IfModule mod_dav.c>
Dav off
</IfModule>

</Directory>

0 comments on commit 5d66819

Please sign in to comment.