# HG changeset patch # User Katrin Leinweber <kleinweber@gitlab.com> # Date 1612861710 0 # Tue Feb 09 09:08:30 2021 +0000 # Node ID 1ad46f84258142dd4c3cf9d9f25acf86b8f77060 # Parent fdb2cf1e03cb1f60b4d83a8a64310b33d993e772 Link to charts proxyBodySize equivalent diff --git a/doc/settings/nginx.md b/doc/settings/nginx.md --- a/doc/settings/nginx.md +++ b/doc/settings/nginx.md @@ -866,6 +866,8 @@ If you see `Request Entity Too Large` in the [NGINX logs](https://docs.gitlab.com/ee/administration/logs.html#nginx-logs), you will need to increase the [Client Max Body Size](http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size). You may encounter this error if you have increased the [Max import size](https://docs.gitlab.com/ee/user/admin_area/settings/account_and_limit_settings.html#max-import-size). +In a Kubernetes-based GitLab installation, this setting is +[named differently](https://docs.gitlab.com/charts/charts/gitlab/webservice/#proxybodysize). To increase the `client_max_body_size`, you will need to set the value in your `/etc/gitlab/gitlab.rb`: