diff --git a/README.md b/README.md index 34e8907..910bc86 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ nginx安装路径假设为:/usr/local/nginx/conf/ whiteModule = "on" --是否开启URL白名单 black_fileExt={"php","jsp"} - --填写可上传文件后缀类型 + --填写不允许上传文件后缀类型 ipWhitelist={"127.0.0.1"} --ip白名单,多个ip用逗号分隔 ipBlocklist={"1.0.0.1"}