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
제목 | 날짜 | ||
---|---|---|---|
3 | [Nginx] [Nginx] Rewriterule 서브 도메인 입력시 하위 디렉토리로 이동하기 | 501 | 2018/05/15 |
2 | [Nginx] 특정 디렉토리 php 실행하기 | 14746 | 2018/08/26 |
[Nginx] NGINX PHP 파일 업로드 용량 | 229 | 2018/12/16 |