fix: make frontend run again on gitpod and potencially all dev setups

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2039>
This commit is contained in:
Georg Krause 2022-11-27 11:57:14 +00:00 committed by Marge
commit e24e43b684

View file

@ -84,7 +84,7 @@ http {
}
location / {
proxy_pass http://funkwhale-front/front/;
proxy_pass http://funkwhale-front/;
expires 1d;
}