码迷,mamicode.com
首页 > 其他好文 > 详细

nginx----------前端写了一套带有vue路由的的功能。放到nginx配置的目录下以后,刷新会报404未找到。

时间:2018-05-21 14:29:09      阅读:420      评论:0      收藏:0      [点我收藏+]

标签:hat   location   file   uri   AC   index   oca   直接   vue   

1、

  这是根据实际情况来写的。

  location /h5/activity/wechat/ {
            index  index.html index.htm index.php;
            try_files $uri $uri/ /h5/activity/wechat/index.html;
        }

  

  这是项目直接放在根目录下的情况。

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

 

nginx----------前端写了一套带有vue路由的的功能。放到nginx配置的目录下以后,刷新会报404未找到。

标签:hat   location   file   uri   AC   index   oca   直接   vue   

原文地址:https://www.cnblogs.com/wamptao/p/9066700.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!