Actions
Bug #7645
closed[Documentation] client_max_body_size needs to be set consistently through nginx
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Documentation
Target version:
Start date:
11/09/2015
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
0.5
Description
nginx's default client_max_body_size is 1MB. This means you can't create API objects larger than that, which is a limit you'll hit quickly in collections.
Our API server install guide suggests you set client_max_body_size to 128m, but only in the API server front-end section. It needs to be set consistently everywhere it matters, like the API server backend server.
If it makes sense, you could just set it in the top section of the configuration (the http section), but that's probably not wise since other servers like Websockets don't need it.
Make sure client_max_body_size is set consistently for nginx in the install guide.
Actions