temp: 暂存更新

This commit is contained in:
2024-10-14 00:46:54 +08:00
parent ab6c4340f5
commit c0359c7998
7 changed files with 96 additions and 10 deletions

9
docker/default.conf Normal file
View File

@@ -0,0 +1,9 @@
server {
listen 80;
listen [::]:80;
root /app;
location / {
try_files $uri $uri/ /index.html;
}
}