知识储备:
qshell qdownload -c 10 qdisk_down_car-pic-huabei-dev.conf
aws s3 sync . s3://service-pic-us-west-1-dev --acl public-read
aws s3 sync s3://service-pic-ap-southeast-1 s3://service-pic-us-west-1 --acl public-read
解决 413 Request Entity Too Large(请求实体太大)
Nginx:
- sendfile
-
keepalive_timeout
-
client_max_body_size
-
proxy_read_timeout
SpringBoot:
-
spring.http.multipart.max-file-size=300M
博客包含知识储备内容,涉及七牛Kodo qshell命令、AWS Command Line Interface同步操作,还提到mac下添加环境变量、MultipartFile接收文件大小设置,以及解决413请求实体太大问题,介绍了Nginx和SpringBoot相关配置。
681

被折叠的 条评论
为什么被折叠?



