mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Updated documentation.
This commit is contained in:
parent
e2e533cfde
commit
b2562af8f3
1 changed files with 6 additions and 0 deletions
|
@ -317,6 +317,12 @@ location /.well-known/webfinger {
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# optional
|
||||||
|
location /.well-known/nodeinfo {
|
||||||
|
proxy_pass http://localhost:8001;
|
||||||
|
proxy_set_header Host $http_host;
|
||||||
|
}
|
||||||
|
|
||||||
location /fedi {
|
location /fedi {
|
||||||
proxy_pass http://localhost:8001;
|
proxy_pass http://localhost:8001;
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
|
|
Loading…
Reference in a new issue