소스 검색

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;