1. PHP 업로드 용량 제한
2. NGINX 업로드 용량 제한
nginx에서 별도로 용량을 설정해줘야 합니다.
/etc/nginx/nginx.conf
client_max_body_size 100m;
추가해줘보세요.
# service php7.2-fpm restart
# service nginx restart
참조 : https://xetown.com/questions/218920
제목 | 날짜 | ||
---|---|---|---|
15 | [Nginx] [Nginx+Rewriterule] apache / nginx 에서 .php 생략하기 | 330 | 2017/05/30 |
14 | [Nginx] nginx rewrite 룰 | 0 | 2017/05/30 |
13 | [Nginx] NGINX REVERSE PROXY | 189 | 2017/10/15 |
12 | [Nginx] SSL 설정하기 | 0 | 2017/10/15 |
11 | [Nginx] Nginx Access Log 포맷 설정 | 80 | 2017/10/23 |
10 | [Nginx] Nginx 모니터링 툴 | 400 | 2017/10/23 |
9 | [Nginx] : /bin/bash^M: bad interpreter: No such file or directory | 63 | 2017/10/28 |
8 | [Nginx] SSL Lets Encrypt certbot | 490 | 2017/11/01 |
7 | [Nginx] certbot 수동 발급 | 0 | 2017/11/02 |
6 | [Nginx] 리노드 서버 다운그레이드 | 0 | 2017/11/08 |
5 | [Nginx] nginx-redirects-http-to-https-and-www-to-non-www | 79 | 2018/04/21 |
4 | [Nginx] https가 아닐 경우 https로 리다이렉트하는 방법 | 170 | 2018/04/25 |