Posted
Filed under 프로그래밍

기본적으로 nginx는 전송할수 있는 용량이 1m다
파일을 보내거나 할때 Request Entity Too Large 오류가 대부분 날텐데
nxginx.conf 설정을 수정해주면 된다.

아래 라인을 server { 에 추가하자
client_max_body_size 100M;

2011/08/30 12:15 2011/08/30 12:15