magenx / Magento-nginx-config

Default Nginx config for Magento 2
https://www.magenx.com
GNU General Public License v3.0
506 stars 211 forks source link

HTTP upload error #1

Closed KobusPost closed 11 years ago

KobusPost commented 11 years ago

In case you encounter an "HTTP upload error" when uploading a product picture, try adding this to your http block in your nginx config:

client_body_in_file_only clean; client_body_buffer_size 32K; client_max_body_size 30M;

magenx commented 11 years ago

useless checks for default config