taobin-sheet

This commit is contained in:
Ittipat Lusuk 2026-04-02 12:53:23 +07:00
commit be1cd2876a
5 changed files with 545 additions and 0 deletions

9
nginx.conf Normal file
View file

@ -0,0 +1,9 @@
server {
listen 80;
location /static/ {
alias /taobin_project/;
}
}