Nginx之——封ip,禁用IP段的设置说明

转载请注明出处:http://www.javashuo.com/article/p-zcjhcovr-na.htmlhtml nginx的ngx_http_access_module 模块能够封配置内的ip或者ip段,语法以下:nginx deny IP; deny subnet; allow IP; allow subnet; # block all ips deny all; # all
相关文章
相关标签/搜索