Closed KobusPost closed 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;
useless checks for default config
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;