본문 바로가기

Tools/WordPress

WordPress | 파일 업로드 시, 413 Request Entity Too Large

 

 

 

/etc/nginx/nginx.conf 에 아래 라인을 추가하거나 기존 값을 편집한다.

        client_max_body_size 100M;

 

재시작한다.

systemctl restart nginx