【问题标题】:How can i configure nginx in such a way that it will only allow requests from mobile devices and some restricted IPS我如何配置 nginx,使其只允许来自移动设备和一些受限 IPS 的请求 【发布时间】:2015-07-17 12:51:29 【问题描述】: 如何配置 nginx,使其只允许来自移动设备和一些受限 IPS 的请求 我想对其进行配置,使其拒绝来自浏览器的所有请求,但针对某些特定 IP 和所有移动设备 【问题讨论】: 标签: nginx 【解决方案1】: 您可以寻找用户代理。 见http://alvinalexander.com/technology/nginx-redirect-mobile-devices-users-mobile-website 【讨论】: