update design
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user