fix(infra): increase nginx client_max_body_size to 50M; docs: update status

This commit is contained in:
2026-01-05 16:05:10 +00:00
parent a5f43fb977
commit 58b1f4cc65
3 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
server {
listen 80;
# Allow large uploads for API proxying
client_max_body_size 50M;
# 1. Serve React Frontend (Static Files)
location / {
root /usr/share/nginx/html;