热门搜索
步骤1:添加配置
# 在nginx的配置文件中,即http中,server外,直接添加如下的配置deny IP地址1;deny IP地址2;
deny IP地址1;deny IP地址2;
步骤2:重启Nginx服务器