chore(nginx): 提高上传请求体大小上限至 100m

支持文档等大文件上传场景。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
qiaoxinjiu
2026-05-18 11:28:47 +08:00
parent 238f7bb4ad
commit f05cf53b85

View File

@@ -1,6 +1,8 @@
server { server {
listen 80; listen 80;
server_name localhost; server_name localhost;
client_max_body_size 100m;
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html; index index.html;