minigame 2 add more design 1.5

This commit is contained in:
2026-05-04 15:20:33 +00:00
parent 5692ab21ad
commit 4be7be8be2
+2 -2
View File
@@ -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;