1 Star 0 Fork 17

ccc1/aLiLua

forked from oneoo/aLiLua 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
host-route.lua 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
oneoo 提交于 2014-05-23 18:01 . fix comment
--[[host route example]]
config['max-request-header'] = 4*1024 --4KB
config['max-request-body'] = 5*1024*1024 --5MB
config['request-body-buffer-size'] = 1*1024*1024 --1MB, if body size large then buffer, write to tmp file
config['temp-path'] = '/tmp/'
config['code-cache-ttl'] = 60 --60 second
config['auto-reload-vhost-conf'] = 0 --0 second (<10 sec to disable)
--host_route['*'] = '/var/www/default/index.lua'
--host_route['*z.com'] = '/var/www/z.com/index.lua'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhupf/aLiLua.git
git@gitee.com:zhupf/aLiLua.git
zhupf
aLiLua
aLiLua
master

搜索帮助