php - Issue uploading Images into WordPress -


when trying upload images wordpress, keep getting error:

413 request entity large  nginx 

i checked php.ini file make sure have proper upload-able amount , have 32mb

i have dedicated server media temple , have never had issue before. hope shed light?

the file sizes uploading 1 - 3 mb. less 1mb seems go through.

this not php.ini issue. error coming web server nginx.

add line somewhere in nginx server block (change 5m whatever need):

    client_max_body_size 5m; 

Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -