update documentation

This commit is contained in:
Sam
2021-02-21 00:09:10 +01:00
parent 33bbe8c736
commit af8410d6a0
7 changed files with 32 additions and 10 deletions

View File

@ -12,10 +12,14 @@ Administration
The following parameters can be set:
- active users limit (if 0, registration is enabled (no limit defined))
- active users limit. If 0, registration is enabled (no limit defined)
- maximum size of uploaded files
- maximum size of zip archive
- maximum number of files in the zip archive
- maximum number of files in the zip archive. If an archive contains more files, only the configured number of files is processed, without raising errors.
.. warning::
Updating server configuration may be necessary to handle large files (like `nginx <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_ for instance).
- **Users**

View File

@ -571,6 +571,9 @@ Examples (to update depending on your application configuration and given distri
[Install]
WantedBy=multi-user.target
.. note::
More information on `Gunicorn documentation <https://docs.gunicorn.org/en/stable/deploy.html>`__
- for task queue workers: ``fittrackee_workers.service``
.. code-block::
@ -635,7 +638,7 @@ Examples (to update depending on your application configuration and given distri
}
.. note::
More information on `Gunicorn documentation <https://docs.gunicorn.org/en/stable/deploy.html>`__
If needed, update configuration to handle larger files (see `client_max_body_size <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_).
Docker