Fix vhost for nextcloud.
This commit is contained in:
@@ -5,8 +5,9 @@ location ^~ /.well-known {
|
|||||||
|
|
||||||
rewrite ^/\.well-known/host-meta\.json /public.php?service=host-meta-json last;
|
rewrite ^/\.well-known/host-meta\.json /public.php?service=host-meta-json last;
|
||||||
rewrite ^/\.well-known/host-meta /public.php?service=host-meta last;
|
rewrite ^/\.well-known/host-meta /public.php?service=host-meta last;
|
||||||
rewrite ^/\.well-known/webfinger /public.php?service=webfinger last;
|
|
||||||
rewrite ^/\.well-known/nodeinfo /public.php?service=nodeinfo last;
|
location = /.well-known/webfinger { return 301 /index.php/.well-known/webfinger; }
|
||||||
|
location = /.well-known/nodeinfo { return 301 /index.php/.well-known/nodeinfo; }
|
||||||
|
|
||||||
location = /.well-known/carddav { return 301 /remote.php/dav/; }
|
location = /.well-known/carddav { return 301 /remote.php/dav/; }
|
||||||
location = /.well-known/caldav { return 301 /remote.php/dav/; }
|
location = /.well-known/caldav { return 301 /remote.php/dav/; }
|
||||||
|
Reference in New Issue
Block a user