diff --git a/nginx/srv1361159.hstgr.cloud b/nginx/srv1361159.hstgr.cloud index 41f7e5f..6cb19e4 100644 --- a/nginx/srv1361159.hstgr.cloud +++ b/nginx/srv1361159.hstgr.cloud @@ -71,9 +71,9 @@ server { try_files $uri =404; access_log off; } - # Game — API ต้องรับ body ใหญ่ (แมป + runway 5 ช่อง base64 / grid) — 20M มักไม่พอ + # Game — API ต้องรับ body ใหญ่ (รูปพื้นหลัง base64) จึงตั้ง 20M location /Game/api/ { - client_max_body_size 80M; + client_max_body_size 20M; proxy_pass http://127.0.0.1:3001; proxy_http_version 1.1; proxy_set_header Host $host;