Nginx conf and upgrade notes to prepare federation
This commit is contained in:
parent
cdd8f032df
commit
f9481a5b57
2 changed files with 57 additions and 0 deletions
|
|
@ -62,6 +62,16 @@ server {
|
|||
proxy_pass http://funkwhale-api/api/;
|
||||
}
|
||||
|
||||
location /federation/ {
|
||||
include /etc/nginx/funkwhale_proxy.conf;
|
||||
proxy_pass http://funkwhale-api/federation/;
|
||||
}
|
||||
|
||||
location /.well-known/webfinger {
|
||||
include /etc/nginx/funkwhale_proxy.conf;
|
||||
proxy_pass http://funkwhale-api/.well-known/webfinger;
|
||||
}
|
||||
|
||||
location /media/ {
|
||||
alias /srv/funkwhale/data/media/;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue