diff --git a/nginx/srv1361159.hstgr.cloud b/nginx/srv1361159.hstgr.cloud index 6cb19e4..f40916c 100644 --- a/nginx/srv1361159.hstgr.cloud +++ b/nginx/srv1361159.hstgr.cloud @@ -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;