minigame 2 add more design 1.5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user