When I try to upload an image, I get the following error: HTTP error
.
I know this problem has been solved hundred times but I can’t find the right answer form my configuration.
In the php.ini, I have the following:
upload_max_filesize = 50M
max_file_uploads = 20
post_max_size = 50M
And in my wp-config.php, I added:
define('WP_MEMORY_LIMIT', '120MB');
I am using nginx, so every answers using .htaccess are not useful for my case.
How can I solve my problem ?