Document upload limits

This commit is contained in:
Ciarán Ainsworth 2022-08-01 23:35:00 +00:00
parent c391d8f97e
commit 45f8539f78
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
Documented the `NGINX_MAX_BODY_SIZE` .env variable (#1624).

View File

@ -105,6 +105,13 @@ See {doc}`/administrator_documentation/configuration_docs/ldap` for more informa
:annotation: = nginx :annotation: = nginx
.. autodata:: config.settings.common.PROTECT_FILES_PATH .. autodata:: config.settings.common.PROTECT_FILES_PATH
:annotation: = /_protected :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.
``` ```