瀏覽代碼

Updated documentation.

default 3 年之前
父節點
當前提交
b2562af8f3
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      doc/snac.8

+ 6 - 0
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;