在nginx中,禁止IP访问.只可以使用域名访问.时间:2021-05-03 13:05:57 if ($host ~* "\d+\.\d+\.\d+\.\d+"){ return ; } 其实说白了, 就是进行host主机头过滤,使用正则来判断下.