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
parent 8857c40a8d
commit e24e43b684
1 changed files with 1 additions and 1 deletions

View File

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