summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-08 10:14:07 +0100
committerdefault <nobody@localhost>2022-12-08 10:14:07 +0100
commitb2562af8f344634af470756a7988c1d428684fa1 (patch)
treea7e9f8904c0ad687930c349ea87978a5fd2b9d73 /doc
parente2e533cfde7e0e7b636a5b4715b5e227606f6af1 (diff)
Updated documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/snac.86
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index eca1420..843f102 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -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;