🎯 SPA 路由 fallback · 实时演示

同一个 React/Vue 项目,有/没有 try_files ... /index.html 时,刷新 /about 页面的差别。

已开启 ✅(推荐)

🌐 浏览器

app.example.com/about
点击「刷新」按钮 ↑
看 Nginx 怎么处理

⚙️ 当前 Nginx 配置

📁 服务器目录

/var/www/myapp/
  ├─ index.html         ← 唯一的入口
  └─ assets/
      ├─ index-a3f9.js
      └─ index-a3f9.css

(注意:硬盘上没有 about、users 这些文件!)

试试这些 URL/about/users/123/index.html/assets/index-a3f9.js