Merge branch '6844-py-mem-leak' closes #6844
[arvados.git] / doc / install / install-api-server.html.textile.liquid
index 78c832ff5cec49e04f5ccb0dfb3f53280f65fa21..1c5f04fe3493f36990027a88216ba15e79c8bc61 100644 (file)
@@ -284,6 +284,12 @@ server {
 
   index  index.html index.htm index.php;
 
+  # This value effectively limits the size of API objects users can create,
+  # especially collections.  If you change this, you should also set
+  # `max_request_size` in the API server's application.yml file to the same
+  # value.
+  client_max_body_size 128m;
+
   location / {
     proxy_pass            http://api;
     proxy_redirect        off;