We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba7aa1 commit 7f953acCopy full SHA for 7f953ac
admin_manual/installation/nginx-subdir.conf.sample
@@ -57,6 +57,9 @@ server {
57
# The rules in this block are an adaptation of the rules
58
# in the Nextcloud `.htaccess` that concern `/.well-known`.
59
60
+ location = /.well-known/webfinger { return 301 /nextcloud/index.php/.well-known/webfinger; }
61
+ location = /.well-known/nodeinfo { return 301 /nextcloud/index.php/.well-known/nodeinfo; }
62
+
63
location = /.well-known/carddav { return 301 /nextcloud/remote.php/dav/; }
64
location = /.well-known/caldav { return 301 /nextcloud/remote.php/dav/; }
65
0 commit comments