新增nginx本地网站托管模块

This commit is contained in:
zyj
2025-11-22 17:49:24 +08:00
parent 14b24c215a
commit 6212fa372c
6 changed files with 1180 additions and 13 deletions

View File

@@ -8,3 +8,12 @@ siteFileDir: "www"
# 打包的软件保存目录
packSiteFileDir: "site-dist"
# nginx 配置
nginx:
# nginx 可执行文件路径
nginxPath: "plugin/nginx/nginx.exe"
# nginx 配置文件路径
nginxConfPath: "plugin/nginx/conf/nginx.conf"