Files
cjw 65b33609d6 fix(deploy): frontend nginx client_max_body_size 1m→100M(修 /api/upload 413)
上传 STP 文件被 nginx 默认 1m 限制挡住,返回 413 Content Too Large。
与 .env MAX_FILE_SIZE=104857600(100MB)对齐;同步把 proxy_read/send_timeout
提到 300s,避免大文件反代中途断流。

部署机还需在外层 nginx(gemj.cn:443 那台)也加:
  client_max_body_size 100M;
否则外层 nginx 会先于容器返回 413。
2026-09-26 21:18:16 +08:00
..
x
2026-08-31 18:01:34 +08:00
2026-09-16 17:55:04 +08:00
x
2026-08-31 18:01:34 +08:00
2026-05-29 18:19:30 +08:00
xxx
2026-07-30 10:30:50 +08:00