优化 Docker 开发启动流程

This commit is contained in:
yml2213
2026-07-31 16:27:51 +08:00
parent 30362f14bd
commit a091806283
5 changed files with 86 additions and 45 deletions
+9 -1
View File
@@ -3,7 +3,7 @@
# admin off
}
skin.khhao.com {
(app_routes) {
encode gzip zstd
# /api-debug 是前端 SPA 路由,不要代理到后端
@@ -25,3 +25,11 @@ skin.khhao.com {
file_server
}
}
:80 {
import app_routes
}
skin.khhao.com {
import app_routes
}