Updated documentation.

This commit is contained in:
default 2022-12-08 10:14:07 +01:00
parent e2e533cfde
commit b2562af8f3

View File

@ -317,6 +317,12 @@ location /.well-known/webfinger {
proxy_set_header Host $http_host;
}
# optional
location /.well-known/nodeinfo {
proxy_pass http://localhost:8001;
proxy_set_header Host $http_host;
}
location /fedi {
proxy_pass http://localhost:8001;
proxy_set_header Host $http_host;