server模塊下添加
----------
if ($http_user_agent ~* '(Android|webOS|iPhone|iPod|BlackBerry)') {
rewrite ^.+ http://mobile.test.com/mobile/$uri;
}
----------
其中mobile為手機端的路徑標識, 可以自定義修改.
server模塊下添加
----------
if ($http_user_agent ~* '(Android|webOS|iPhone|iPod|BlackBerry)') {
rewrite ^.+ http://mobile.test.com/mobile/$uri;
}
----------
其中mobile為手機端的路徑標識, 可以自定義修改.
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。