9 lines
165 B
INI
9 lines
165 B
INI
# Web服务器配置文件
|
|
# 网站根目录
|
|
root=./webroot
|
|
|
|
# 服务器监听端口
|
|
port=80
|
|
|
|
# 注释:可以修改以上配置来自定义服务器行为
|