Fix gitpod api proxy pass

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2039>
environments/review-docs-fix-b-0p3p4g/deployments/16232
Georg Krause 2022-12-02 13:28:14 +00:00 zatwierdzone przez Marge
rodzic 1373b829b0
commit 8b20bad542
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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