为了账号安全,请及时绑定邮箱和手机立即绑定

使用nginx部署vue项目一直报错

使用nginx部署vue项目一直报错

RISEBY 2019-05-13 09:40:06
使用nginx部署vue项目一直报错,这个折腾我好几天了,哪位大神知道是什么原因吗?下面是我的nginx配置:server{indexindex.htmlindex.htm;server_name***;root/home/u/depolyfile/deploy;listen80;location/{try_files$uri$uri/@rewrites;}location@rewrites{rewrite^(.+)$/index.htmllast;}location~*\.(?:ico|css|js|gif|jpe?g|png)${expiresmax;add_headerPragmapublic;add_headerCache-Control"public,must-revalidate,proxy-revalidate";}}vue的router部分:importVuefrom'vue'importRouterfrom'vue-router'importHelloWorldfrom'@/components/HelloWorld'importDefaultPagefrom'@/components/DefaultPage'Vue.use(Router)exportdefaultnewRouter({mode:'history',routes:[{path:'/',name:'HelloWorld',component:HelloWorld},{path:'*',name:'DefaultPage',component:DefaultPage}]})nginx错误信息:2018/07/0214:26:01[error]5#5:*25rewriteorinternalredirectioncyclewhileredirecttonamedlocation"@rewrites"
查看完整描述

2 回答

?
慕侠2389804

TA贡献1719条经验 获得超6个赞

location@rewrites{
rewrite^(.+)$/index.htmllast;
}
这一段不需要吧
                            
查看完整回答
反对 回复 2019-05-13
  • 2 回答
  • 0 关注
  • 3971 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信