https://powellstreet.tistory.com/87 고용량 이미지 업로드 오류 해결 (Nginx 파일 업로드 용량 제한 설정) * 문제 발견 이미지 파일 업로드 기능을 구현하다가 문제를 발견했다. 특정 용량 이상의 이미지들이 업로드가 되지 않는 것이었다. 로컬에서 테스트할 때는 분명히 용량 문제같은건 없었는데, powellstreet.tistory.com node.js 기존 경로 => .ebextensions/proxy.config 바꾼 경로 => .platform/nginx/conf.d/nginx.conf client_max_body_size 300M; 추가