Fix Bug nginx upload image return status code 500 - haiquang9994/dev_env GitHub Wiki

Thêm đoạn code này vào file nginx.conf

client_max_body_size 100M;
client_body_temp_path /usr/local/etc/nginx/tmp;
client_body_in_file_only clean;
client_body_buffer_size 16K;

Nếu lần sau lại bị, thử đổi path tmp.