vue项目history模式报错404,跟着官网一样返回首页的在nginx里设置,现在报错500了,有什么办法解决?
在location里加上try_files试试 location / { try_files $uri $uri/index.html }
改成hash模式吧