SPA / nextjs静态打包后部署到nginx, 伪静态规则

location / {
   try_files $uri $uri/ /index.html;
}