Minor fixes and improvements.
This commit is contained in:
parent
ee86d488bd
commit
6d33f49fad
3 changed files with 8 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue