summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-12-08 10:14:07 +0100
committerGravatar default2022-12-08 10:14:07 +0100
commitb2562af8f344634af470756a7988c1d428684fa1 (patch)
treea7e9f8904c0ad687930c349ea87978a5fd2b9d73
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-b2562af8f344634af470756a7988c1d428684fa1.tar.gz
snac2-b2562af8f344634af470756a7988c1d428684fa1.tar.xz
snac2-b2562af8f344634af470756a7988c1d428684fa1.zip
Updated documentation.
-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;