Browse Source

Updated documentation.

default 3 năm trước cách đây
mục cha
commit
b2562af8f3
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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;