mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
added nodeinfo and webfinger routing
This commit is contained in:
parent
97a219e270
commit
fce79b14da
@ -22,6 +22,8 @@ server
|
|||||||
|
|
||||||
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/; }
|
||||||
|
location = /.well-known/webfinger { return 301 /index.php/.well-known/webfinger; }
|
||||||
|
location = /.well-known/nodeinfo { return 301 /index.php/.well-known/nodeinfo; }
|
||||||
|
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
|
@ -110,6 +110,8 @@ http {
|
|||||||
|
|
||||||
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/; }
|
||||||
|
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/acme-challenge { try_files $uri $uri/ =404; }
|
location /.well-known/acme-challenge { try_files $uri $uri/ =404; }
|
||||||
location /.well-known/pki-validation { try_files $uri $uri/ =404; }
|
location /.well-known/pki-validation { try_files $uri $uri/ =404; }
|
||||||
|
Loading…
Reference in New Issue
Block a user