mirror of
https://github.com/nextcloud/server.git
synced 2026-04-14 05:27:46 -04:00
Merge pull request #354 from michielbdejong/master
add /.well-known/host-meta.json to .htaccess (for /apps/unhosted_apps)
This commit is contained in:
commit
3be21cf665
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ php_value memory_limit 512M
|
|||
RewriteEngine on
|
||||
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
RewriteRule ^.well-known/host-meta /public.php?service=host-meta [QSA,L]
|
||||
RewriteRule ^.well-known/host-meta.json /public.php?service=host-meta-json [QSA,L]
|
||||
RewriteRule ^.well-known/carddav /remote.php/carddav/ [R]
|
||||
RewriteRule ^.well-known/caldav /remote.php/caldav/ [R]
|
||||
RewriteRule ^apps/calendar/caldav.php remote.php/caldav/ [QSA,L]
|
||||
|
|
|
|||
Loading…
Reference in a new issue