SpringBoot+Nginx大文件传输
摘要:
Nginx配置 # 公众端的附件上传 location /api/visitor/upload { # Pass altered request body to this location upload_pass /api/outerPortal/uploadAndSave; # Store fil 阅读全文
posted @ 2024-06-05 18:12 白嫖老郭 阅读(33) 评论(0) 推荐(0) 编辑