nginx 限制ip访问

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

  

posted @ 2020-07-13 08:57  qukaige  阅读(336)  评论(0编辑  收藏  举报