diff --git a/conf/nginx.conf b/conf/nginx.conf index 62e96a0..c518162 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -14,7 +14,6 @@ location /front/ { more_set_headers "Referrer-Policy: strict-origin-when-cross-origin"; more_set_headers "X-Frame-Options: SAMEORIGIN"; more_set_headers "Service-Worker-Allowed: /"; - } location /front/embed.html { @@ -32,13 +31,11 @@ location /federation/ { proxy_pass http://127.0.0.1:__PORT__/federation/; } - location /rest/ { include __FINALPATH__/code/deploy/funkwhale_proxy.conf; proxy_pass http://127.0.0.1:__PORT__/api/subsonic/rest/; } - location /.well-known/ { include __FINALPATH__/code/deploy/funkwhale_proxy.conf; proxy_pass http://127.0.0.1:__PORT__/.well-known/; @@ -58,7 +55,7 @@ location /_protected/media/ { location /_protected/music/ { internal; - alias __FINALPATH__/import/; + alias __FINALPATH__/import/; } location /staticfiles/ {