Merge branch 'stable' into develop
This commit is contained in:
commit
69508c69e0
186 changed files with 11365 additions and 11221 deletions
|
|
@ -107,6 +107,14 @@ http {
|
|||
proxy_pass http://funkwhale-api/api/subsonic/rest/;
|
||||
}
|
||||
|
||||
location /media/__sized__/ {
|
||||
alias /protected/media/__sized__/;
|
||||
}
|
||||
|
||||
location /media/attachments/ {
|
||||
alias /protected/media/attachments/;
|
||||
}
|
||||
|
||||
location /.well-known/ {
|
||||
include /etc/nginx/funkwhale_proxy.conf;
|
||||
proxy_pass http://funkwhale-api;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue