Browse Source

修改文件上传的白名单为黑名单

pull/47/head
loveshell 10 years ago
parent
commit
ee40966545
  1. 2
      config.lua

2
config.lua

@ -6,7 +6,7 @@ Redirect="on"
CookieMatch="on"
postMatch="on"
whiteModule="on"
fileExtension={"jpeg","gif","jpg","png","bmp","rar","zip","tar.gz"}
black_fileExt={"php","jsp"}
ipWhitelist={"127.0.0.1"}
ipBlocklist={"1.0.0.1"}
CCDeny="off"

Loading…
Cancel
Save