Fix gitpod api proxy pass

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2039>
This commit is contained in:
Georg Krause 2022-12-02 13:28:14 +00:00 committed by Marge
parent 1373b829b0
commit 8b20bad542
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ http {
include /etc/nginx/funkwhale_proxy.conf; include /etc/nginx/funkwhale_proxy.conf;
# This is needed if you have file import via upload enabled. # This is needed if you have file import via upload enabled.
client_max_body_size ${NGINX_MAX_BODY_SIZE}; client_max_body_size ${NGINX_MAX_BODY_SIZE};
proxy_pass http://funkwhale-api/; proxy_pass http://funkwhale-api/api/;
} }
location / { location / {