diff options
-rw-r--r-- | doc/snac.8 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; |