From 45f8539f7874b399ddbdd75284e59da5f1289433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Mon, 1 Aug 2022 23:35:00 +0000 Subject: [PATCH] Document upload limits --- changes/changelog.d/1624.doc | 1 + .../configuration_docs/env_file.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 changes/changelog.d/1624.doc diff --git a/changes/changelog.d/1624.doc b/changes/changelog.d/1624.doc new file mode 100644 index 000000000..140fa25c6 --- /dev/null +++ b/changes/changelog.d/1624.doc @@ -0,0 +1 @@ +Documented the `NGINX_MAX_BODY_SIZE` .env variable (#1624). diff --git a/docs/administrator_documentation/configuration_docs/env_file.md b/docs/administrator_documentation/configuration_docs/env_file.md index 8df4c3db5..781be0608 100644 --- a/docs/administrator_documentation/configuration_docs/env_file.md +++ b/docs/administrator_documentation/configuration_docs/env_file.md @@ -105,6 +105,13 @@ See {doc}`/administrator_documentation/configuration_docs/ldap` for more informa :annotation: = nginx .. autodata:: config.settings.common.PROTECT_FILES_PATH :annotation: = /_protected +.. py:data:: NGINX_MAX_BODY_SIZE + :value: 100M + + Controls the maximum size of file that users can upload. + + .. note:: + You can control how much total storage a user can access with the :term:`Upload Quota` setting. ```