1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Fix subsonic API

This commit is contained in:
Jean-Baptiste Holcroft 2018-10-27 14:29:11 +02:00
parent fc9050b03e
commit 860cb41ea2

View file

@ -87,7 +87,7 @@ location /staticfiles/ {
location /rest/ {
include __FINALPATH__/code/deploy/funkwhale_proxy.conf;
proxy_pass http://127.0.0.1:__PORT__/code/api/subsonic/rest/;
proxy_pass http://127.0.0.1:__PORT__/api/subsonic/rest/;
}
location /_protected/music {