标签:不同 nbsp hone android 如何 web ber http mobile
server模块下添加
----------
if ($http_user_agent ~* ‘(Android|webOS|iPhone|iPod|BlackBerry)‘) {
rewrite ^.+ http://mobile.test.com/mobile/$uri;
}
----------
其中mobile为手机端的路径标识, 可以自定义修改.
标签:不同 nbsp hone android 如何 web ber http mobile
原文地址:https://www.cnblogs.com/lazy-sang/p/12394879.html