diff --git a/docker/nginx/conf.dev b/docker/nginx/conf.dev index 3c3523234..62d6f555a 100644 --- a/docker/nginx/conf.dev +++ b/docker/nginx/conf.dev @@ -80,7 +80,7 @@ http { include /etc/nginx/funkwhale_proxy.conf; # This is needed if you have file import via upload enabled. client_max_body_size ${NGINX_MAX_BODY_SIZE}; - proxy_pass http://funkwhale-api/; + proxy_pass http://funkwhale-api/api/; } location / {