Minor fixes and improvements.

This commit is contained in:
Andreas B. Mundt 2020-01-18 14:37:52 +01:00
parent ee86d488bd
commit 6d33f49fad
3 changed files with 8 additions and 5 deletions

View file

@ -4,6 +4,7 @@ Alias /nextcloud "/var/www/nextcloud"
Require all granted
Options FollowSymlinks MultiViews
AllowOverride All
Satisfy Any
<IfModule mod_dav.c>
Dav off
@ -21,7 +22,7 @@ Alias /nextcloud "/var/www/nextcloud"
RewriteRule ^\.well-known/webfinger /nextcloud/public.php?service=webfinger [QSA,L]
RewriteRule ^\.well-known/carddav /nextcloud/remote.php/dav/ [R=301,L]
RewriteRule ^\.well-known/caldav /nextcloud/remote.php/dav/ [R=301,L]
</IfModule>
</IfModule>
</Directory>
<IfModule mod_headers.c>