diff options
| -rw-r--r-- | doc/snac.8 | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -317,6 +317,12 @@ location /.well-known/webfinger { | |||
| 317 | proxy_set_header Host $http_host; | 317 | proxy_set_header Host $http_host; |
| 318 | } | 318 | } |
| 319 | 319 | ||
| 320 | # optional | ||
| 321 | location /.well-known/nodeinfo { | ||
| 322 | proxy_pass http://localhost:8001; | ||
| 323 | proxy_set_header Host $http_host; | ||
| 324 | } | ||
| 325 | |||
| 320 | location /fedi { | 326 | location /fedi { |
| 321 | proxy_pass http://localhost:8001; | 327 | proxy_pass http://localhost:8001; |
| 322 | proxy_set_header Host $http_host; | 328 | proxy_set_header Host $http_host; |