Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- bindService return false
- TimePicker
- android bindService false
- 파일업로드
- tar.gz
- gzip
- FYR
- 방화벽
- 리눅스방화벽
- 리눅스
- client_max_body_size
- Fya
- Firewall
- tar
- fyi
- 이메일용어
- nginx
- DatePicker
- bindService
- jquery timepicker
- bindService false
- 파일수세기
Archives
- Today
- Total
피곤한부엉이 개발일지
nginx 파일 업로드 용량 설정하기 본문
client_max_body_size 값을 지정하지 않았을 경우 기본값으로 1MB로 설정됩니다.
client_max_body_size 300M;
client_max_body_size 값 이리 지정하면 300M으로 설정됩니다.
server 모듈 안쪽에 넣으시면 됩니다. 아래는 참고 문건입니다.
---아래---
본문:
Sets the maximum allowed size of the client request body. 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 size to 0 disables checking of client request body size.
파파고:
클라이언트 요청 본문의 최대 허용 크기를 설정합니다. 요청의 크기가 구성된 값을 초과하면 413(Request Entity Too Large) 오류가 클라이언트에 반환됩니다. 브라우저는 이 오류를 올바르게 표시할 수 없습니다. 크기를 0으로 설정하면 클라이언트 요청 본문 크기를 확인할 수 없습니다.
출처
http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size
'프로그래밍 > Web' 카테고리의 다른 글
JBoss EAP 7버전 파일 업로드 관련 (0) | 2024.01.02 |
---|---|
괜찮은 jquery timepicker 추천 (0) | 2021.10.09 |
Chrome IE Tab, Edge IE 모드 (0) | 2021.07.07 |
<tr> 이벤트 <tb>에서 제외 [event.cancelBubble=true] (0) | 2021.07.02 |