"2020/09/15 18:07:24 [error] 1082867#0: *12513 client intended to send too large body: 2022206 bytes, client: 112.133.63.117, server: yeonghoon.kim, request: "POST /imageUpload?CKEditor=contentDetail&CKEditorFuncNum=0&langCode=ko HTTP/1.1", host: "yeonghoon.kim", referrer: "https://yeonghoon.kim/galleryAdd"
업로드 용량 제한에 걸리지도 않았는데, 파일을 업로드 했을 때 에러 뜸.
(로컬에서만 테스트해서 몰랐는데, 실제 서버에서 해당 에러 발생)
nginx 공식 문서에서 말하길...
용량을 조절하거나, 0을 줘서 비활성화 하라고 함
"
업로드 용량 제한에 걸리지도 않았는데, 파일을 업로드 했을 때 에러 뜸.
(로컬에서만 테스트해서 몰랐는데, 실제 서버에서 해당 에러 발생)
nginx 공식 문서에서 말하길...
용량을 조절하거나, 0을 줘서 비활성화 하라고 함
Defines a timeout for reading client request header. If a client does not transmit the entire header within this time, the request is terminated with the 408 (Request Time-out) error.
Sets the maximum allowed size of the client request body, specified in the “Content-Length” request header field. If the size in a request exceeds the configured value, the 413 (Request Entity Too Large) error is returned to the client. Please be aware that browsers cannot correctly display this error. Setting |