This commit is contained in:
2026-07-24 21:40:45 +08:00
parent 5cd779c22c
commit 10790b233e
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
server {
listen 80;
server_name www.senlin.ai senlin.ai;
root /data/senlin/site;
index index.html;
}