카테고리 없음
[ AWS ] 엘라스틱빈스토크 업로드 메모리 확장
HEON.D
2021. 1. 1. 14:59
업로드 메모리 확장
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