部署VUE项目是刷新页面被重定向404页面


location / {
  root  /;
  index index.html;
  try_files $uri $uri/ /index.html     #增加
}

相关文章:

  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2021-10-12
  • 2022-02-19
  • 2021-08-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
  • 2022-12-23
  • 2021-12-06
  • 2021-09-05
  • 2022-12-23
相关资源
相似解决方案