Improves clarity and accuracy of setup instructions to prevent misconfiguration during deployment.
* Add explicit commands for setting file lock timeout and chunk size using `./occ`.
* Include command for setting maintenance window start time to ensure proper scheduling.
* Remove redundant and incorrect command comments to prevent confusion.
Signed-off-by: Glenn <glenux@glenux.net>
Without this change, file uploads could fail due to insufficient timeout settings, chunk size limits, and maximum body size restrictions.
* Change the order of arguments for setting lock timeout to match expected format
* Add configuration setting for max chunk size to 20971520 bytes
* Increase Nginx client max body size to 500m to accommodate larger file uploads
Signed-off-by: Glenn <glenux@glenux.net>