diff options
author | default <nobody@localhost> | 2022-12-08 10:14:07 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-08 10:14:07 +0100 |
commit | b2562af8f344634af470756a7988c1d428684fa1 (patch) | |
tree | a7e9f8904c0ad687930c349ea87978a5fd2b9d73 /doc | |
parent | e2e533cfde7e0e7b636a5b4715b5e227606f6af1 (diff) |
Updated documentation.
Diffstat (limited to 'doc')
-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; |