# RealtimeChat — Path และเวอร์ชัน ## Path ที่แก้ไขโดยตรง (deploy แล้ว) - **แก้ไฟล์ที่นี่:** `/var/www/html/realtimechat/` - ไฟล์ static อยู่ใต้ `public/` (index.html, room.html, js/, css/) - Nginx ชี้ `/realtimechat/` → alias ไปที่โฟลเดอร์นี้ ## เวอร์ชัน (ทุกครั้งที่แก้ +0.0001) 1. เปิด `public/js/version.js` → แก้ `APP_VERSION = '0.0005'` เป็นเลขใหม่ (เช่น 0.0006) 2. เปิด `public/index.html` และ `public/room.html` → แก้ `version.js?v=0.0005` เป็นเลขเดียวกัน แก้ทั้งใน `/var/www/html/realtimechat/` (ที่ deploy) แล้วค่อย sync กลับมา `/root/realtimechat/` ถ้าต้องการเก็บใน repo