2 Star 5 Fork 6

pdosgk / swoole_framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
swoole.ini 575 Bytes
一键复制 编辑 原始数据 按行查看 历史
pdosgk 提交于 2016-12-22 22:49 . swoole框架
[request]
default_page = "index.html"
[server]
host = "0.0.0.0"
port = 9501
max_request = 2000
worker_num = 4
webroot = 'http://127.0.0.1:9501'
document_root = "/data/wwwroot/"
process_rename = 1
keepalive = 1
;gzip_open = 1
user = www-data
expire_open = 1
[session]
cookie_life = 1800
session_life = 1800
[access]
deny_dir = "libs,class,templates"
static_dir = "static/,"
static_ext = "js,jpg,gif,png,css,html"
dynamic_ext = "php"
post_maxsize = 2000000
[apps]
charset = "utf-8"
;auto_reload = 1
apps_path = "/data/wwwroot/apps"
;是否处理静态文件
do_static = on
PHP
1
https://gitee.com/pdosgk/swoole_framework.git
git@gitee.com:pdosgk/swoole_framework.git
pdosgk
swoole_framework
swoole_framework
master

搜索帮助