mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix incorrect nginx rewrite
This commit is contained in:
parent
588901ca75
commit
e2869cfb15
@ -55,7 +55,7 @@ Nginx Configuration
|
||||
location / {
|
||||
# The following 2 rules are only needed with webfinger
|
||||
rewrite ^/.well-known/host-meta /public.php?service=host-meta last;
|
||||
rewrite^/.well-known/host-meta.json/public.php?service=host-meta-jsonlast;
|
||||
rewrite^/.well-known/host-meta.json /public.php?service=host-meta-json last;
|
||||
|
||||
rewrite ^/.well-known/carddav /remote.php/carddav/ redirect;
|
||||
rewrite ^/.well-known/caldav /remote.php/caldav/ redirect;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user