【Nginx】vue刷新后显示404

修改nginx.conf

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

你可能感兴趣的:(【Nginx】vue刷新后显示404)