65b33609d6
上传 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。