Document upload limits
This commit is contained in:
parent
c391d8f97e
commit
45f8539f78
|
@ -0,0 +1 @@
|
||||||
|
Documented the `NGINX_MAX_BODY_SIZE` .env variable (#1624).
|
|
@ -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.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue