nginx 设置只允许单独 ip 访问

Posted eleven24

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx 设置只允许单独 ip 访问相关的知识,希望对你有一定的参考价值。

 

location / {
        passenger_enabled on;
        allow 111.222.103.123;
        deny all;
        proxy_pass http://xxx;
    }

 

以上是关于nginx 设置只允许单独 ip 访问的主要内容,如果未能解决你的问题,请参考以下文章

Nginx禁止IP,只允许域名访问

Nginx,Apache只允许域名访问详细配置

Nginx禁止IP访问,只允许域名访问

nginx 禁止ip访问只允许域名访问

nginx允许IP访问不生效问题原创

nginx 禁止IP访问,只允许域名访问