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>