From e24e43b6840beee242598f0d1286a2cd36f5a9ab Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sun, 27 Nov 2022 11:57:14 +0000 Subject: [PATCH] fix: make frontend run again on gitpod and potencially all dev setups Part-of: --- docker/nginx/conf.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }