From b2562af8f344634af470756a7988c1d428684fa1 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 8 Dec 2022 10:14:07 +0100 Subject: [PATCH] Updated documentation. --- doc/snac.8 | 6 ++++++ 1 file changed, 6 insertions(+) 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;