跳至主要內容
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?

4563博客

全新的繁體中文 WordPress 網站
  • 首頁
  • nginx 同一域名根据设备不同切换 root 目录
未分類
27 8 月 2020

nginx 同一域名根据设备不同切换 root 目录

nginx 同一域名根据设备不同切换 root 目录

資深大佬 : peterzhang0602 6

当切换移动端,就 404,看 nginx 日志请求了 物理路径;

 location / {             root /usr/share/nginx/html/seller_app_pc/;             if ( $http_user_agent ~ "(iPhone)|(Android)" ){               root /usr/share/nginx/html/seller_app_h5/;             }           index index.html;           try_files $uri $uri/ @router;         }        location @router {         rewrite ^.*$ /index.html last;     } 

大佬有話說 (0)

文章導覽

上一篇文章
下一篇文章

AD

其他操作

  • 登入
  • 訂閱網站內容的資訊提供
  • 訂閱留言的資訊提供
  • WordPress.org 台灣繁體中文

51la

4563博客

全新的繁體中文 WordPress 網站
返回頂端
本站採用 WordPress 建置 | 佈景主題採用 GretaThemes 所設計的 Memory
4563博客
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?
在這裡新增小工具