咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
1.首先在nginx 的 conf目录下面新建一个文件,命名为blocksip.conf,添加以下内容,并设定相应IP,保存即可。
deny IP;
allow IP;
deny all;
allow all;
2.在nginx的配置文件nginx.conf中加入:include blocksip.conf; 并重启 nginx即可。被封锁的ip打开站点的时候,就会提示:403 Forbidden