删除没用文件

pull/63/head
ibuler 2016-06-19 11:21:59 +08:00
parent 6ef88ea398
commit e083a1a7da
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
### 使用方法:
1. nginx安装lua模块不再详述
2. 下载模块
cd /data/server/nginx/conf
git clone https://github.com/ibuler/ngx_lua_waf.git waf
2. nginx.conf 添加参数
lua_package_path /data/server/nginx/conf/waf/?.lua; # 模块位置
lua_shared_dict limit 10m; # 设置lua使用内存, 根据访问量设置合适值