summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {
317 proxy_set_header Host $http_host; 317 proxy_set_header Host $http_host;
318} 318}
319 319
320# optional
321location /.well-known/nodeinfo {
322 proxy_pass http://localhost:8001;
323 proxy_set_header Host $http_host;
324}
325
320location /fedi { 326location /fedi {
321 proxy_pass http://localhost:8001; 327 proxy_pass http://localhost:8001;
322 proxy_set_header Host $http_host; 328 proxy_set_header Host $http_host;