Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Also mention nginx configuration for sys_max_size_upload #1489

Merged
merged 3 commits into from
Aug 22, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Please note that the modern version of managing configuration variables is done
+---------------------------------------------+---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| $sys_file_deletion_delay | ``3`` | Delay between the date when a doc is deleted by a user and the date the corresponding file is erased on the filesystem. Useful for backup and to restore files that where deleted by mistake. Default value is 3 days. |
+---------------------------------------------+---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| $sys_max_size_upload | ``67108864`` | Max upload size for quick release documentation. in bytes. E.g. 67108864 for 64 MB. Make sure that php.ini and mysql configuration file (/etc/my.cnf) are also configured to allow this size. |
| $sys_max_size_upload | ``67108864`` | Max upload size for quick release documentation. Expressed in bytes, e.g. 67108864 for 64 MiB. Make sure that php.ini and nginx (``/etc/nginx/conf.d/tuleap.conf``) configuration files are also set to allow this size. |
Hyzual marked this conversation as resolved.
Show resolved Hide resolved
+---------------------------------------------+---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| $sys_use_trove | ``1`` | Enable trove categorization (project tree/software map). 1 to enable 0 to disable. |
+---------------------------------------------+---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down