Stop worrying about your server.

cPanel Server Management for just $59/mo with Unlimited tickets, Unlimited admin hours, Security audits, 24×7 monitoring and lot more 

cPanel Server Management  $59/mo Click here

If the media upload in wordpress not finishing and remains the same throughout after uploading in cPanel server with ngnix,

Go to the nginx configuration file

Add following line to http {……} block in nginx config:

http {
 #...
        client_max_body_size 200m;
 #...
}

Also you need to increase the maximum upload size in the php.ini file, For that locate the following lines from the php.ini file and change it to the values below,

upload_max_size=64M
post_max_size=64M

now it will work.

Need our help to fix the issue ? Submit Support Ticket Now

[sep][/sep]

[button size=”large” color=”green” title=”Server Administration Services from Stack Supports” link=”http://iserversupport.com/server-support-products/server-security/”]View Server Administration Packages[/button]