Skip to content

Commit

Permalink
增加填写可上传文件后缀类型
Browse files Browse the repository at this point in the history
  • Loading branch information
loveshell committed Apr 17, 2015
1 parent 4723116 commit f03a947
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ nginx安装路径假设为:/usr/local/nginx/conf/
--是否拦截post攻击
whiteModule = "on"
--是否开启URL白名单
fileExtension={"jpeg","gif","jpg","png","bmp","rar","zip","tar.gz"}
--填写可上传文件后缀类型
ipWhitelist={"127.0.0.1"}
--ip白名单,多个ip用逗号分隔
ipBlocklist={"1.0.0.1"}
Expand Down

0 comments on commit f03a947

Please sign in to comment.