snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit b2562af8f344634af470756a7988c1d428684fa1
parent e2e533cfde7e0e7b636a5b4715b5e227606f6af1
Author: default <nobody@localhost>
Date:   Thu,  8 Dec 2022 10:14:07 +0100

Updated documentation.

Diffstat:
Mdoc/snac.8 | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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;