diff --git a/docker/nginx/conf.dev b/docker/nginx/conf.dev index 4d60aa7c5..edbf2fe36 100644 --- a/docker/nginx/conf.dev +++ b/docker/nginx/conf.dev @@ -84,7 +84,7 @@ http { } location / { - proxy_pass http://funkwhale-front/front/; + proxy_pass http://funkwhale-front/; expires 1d; }