Tag Archives: wordpress

WordPress 2m upload limit

default wordpress limit is 2m. But this is not a wordpress limit. Changed on debian: $ cat /etc/php5/cgi/php.ini | grep post_max post_max_size = 8M In the server context: $ cat /etc/nginx/sites-enabled/default | grep max client_max_body_size 8M; restart: # sh /etc/init.d/php5-cgi … Continue reading

Posted in Administration, Linux/Unix | Tagged , | Leave a comment