update design

This commit is contained in:
2026-05-27 08:02:24 +00:00
parent 740c858224
commit 17cbf459e8
+8
View File
@@ -56,6 +56,14 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
# ชุด sandbox TryChangeCSS (JS เก่า) — ห้ามเปิดทางเว็บ ใช้เฉพาะ design-ref-archive บนเซิร์ฟเวอร์
location ^~ /Game/trycss/ {
return 404;
}
location ^~ /Game/public/trycss/ {
return 404;
}
# Game (ZEP-like) — รูปตัวละครอยู่ที่ Node (data/characters)
location /Game/img/characters/ {
proxy_pass http://127.0.0.1:3001;