업로드 메모리 확장
ebextension 설정을 통해 nginx 기본 설정값을 변경한다.
/.ebextenstions
proxy.config
/etc/nginx/conf.d/proxy.conf
mode: "000755"
owner: root
group: root
content: |
client_max_body_size 20M;
npm 플러그인 설치 권한 오류 해결
.npmrc
unsafe-perm=true
ebextension 설정을 통해 nginx 기본 설정값을 변경한다.
/.ebextenstions
proxy.config
mode: "000755"
owner: root
group: root
content: |
client_max_body_size 20M;
npm 플러그인 설치 권한 오류 해결
.npmrc
unsafe-perm=true