This commit is contained in:
2024-06-19 17:17:40 +08:00
parent 248d51fffc
commit 663f8a69d8
2 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
[variable]
;项目目录
base=${current_dir}
base=${config_dir}
;网站程序目录
www=${current_dir}/www
www=${config_dir}/www
[scripts]
; 模块目录
@@ -24,7 +24,7 @@ Initialization_script=
; 调试模式开启后启用LUA错误信息 (0=关闭 1=开启)
debug=1
; 绑定域名
domain=local.newobj.org,127.0.0.1
domain=local.newobj.org,0.0.0.0
; 允许请求URL的路径直接映射到网站路径中的lua。如你的站点只允许订阅绑定模式则设置为0关闭此功能以提高安全性。
direct_url_mapping=1
; 最大上传大小限制(MB),0为不限制
@@ -62,7 +62,7 @@ ssl_ver_type=0
; 端口,默认https为443http为80
port=8566
[127.0.0.1]
[0.0.0.0]
https=0
port=8866