nginx 限制ip访问

        location / {
           deny xx.x6.x3.x2; # 限制某个ip
           allow all; # 允许所有ip访问
        }

  

原文地址:https://www.cnblogs.com/412013cl/p/13291479.html