Parallels Infrastructure Manager is tuned to not allow giant files to be uploaded to Containers or the Hardware Node. This setting can be controlled in the
/etc/vzcp/httpd.conf
file inside the Service Container:
# grep Limit httpd.conf
LimitRequestBody 536870912
The
LimitRequestBody
parameter specifies the maximal file size (in bytes) allowed to be uploaded to a Container by means of Parallels Infrastructure Manager. The default value of the example above is 512 Mb. If you need to allow Container administrators to upload larger (or smaller, for that matter) files to their Containers, change this value at your discretion.