X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8fe01fcc1b88a49f1f7eff14d0435e3ac0649721..2a96c097e5a176018d078a5d6985403072e8672e:/doc/install/install-api-server.html.textile.liquid?ds=sidebyside diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid index 78c832ff5c..1c5f04fe34 100644 --- a/doc/install/install-api-server.html.textile.liquid +++ b/doc/install/install-api-server.html.textile.liquid @@ -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;