diff --git a/conf/nginx.conf b/conf/nginx.conf index 5bc7be9..075dc02 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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 {