Files
AIclinicalresearch/frontend-v2/nginx.conf
HaHafeng 5d5a174dd7 fix(frontend): Add client_max_body_size to fix 413 error on file upload
Problem: PKB document upload fails with HTTP 413 in SAE environment

Root cause: Nginx default client_max_body_size is only 1MB

Solution: Add client_max_body_size 50M in http block and location /api/ block
2026-01-27 21:23:59 +08:00

6.3 KiB