Request Entity Too Large 에러 문의
조회 4,369 · 댓글 1
Request Entity Too Large
The requested resource
/index.php
does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.
처리 방법 있으면 알려주세요
The requested resource
/index.php
does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.
처리 방법 있으면 알려주세요
어떤 상황에서 발생했는지 알 수 있으면 좋겠는데요
엔진엑스에서는 이렇게 해결한 적이 있네요
엔진엑스에서는 이렇게 해결한 적이 있네요
http {
client_max_body_size 100M;
...
..
.
}로그인 후 답글을 남길 수 있습니다.