feat: new upload limit (500m)

This commit is contained in:
decentral1se 2022-05-16 11:53:21 +02:00
parent 6fa3ce78a9
commit 5ed98211dc
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
export NGINX_CONFIG_VERSION=v1
export NGINX_CONFIG_VERSION=v2
export APP_ENTRYPOINT_VERSION=v1
secrets() {

View File

@ -65,7 +65,7 @@ http {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
client_max_body_size 100M;
client_max_body_size 500M;
proxy_pass http://funkwhale-api/;
}