Skip to content

Commit

Permalink
Updated max body size for docker deployments (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverre authored Dec 18, 2024
1 parent cb7c326 commit 3f42cb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/docker-compose/nginx_default_local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ server {
proxy_send_timeout 90;

proxy_http_version 1.1;
client_max_body_size 500M;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}

location / {
try_files $uri $uri/ /index.html;
}
}
}

0 comments on commit 3f42cb6

Please sign in to comment.