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

nginx中 vue路由去掉#后的配置问题

时间:2018-09-26 16:09:37      阅读:931      评论:0      收藏:0      [点我收藏+]

标签:uri   vue   dex   ane   permanent   try_files   file   问题   index   

location =/ {
        rewrite index.html permanent;
        try_files $uri $uri/ /index.html;
    }

 

nginx中 vue路由去掉#后的配置问题

标签:uri   vue   dex   ane   permanent   try_files   file   问题   index   

原文地址:https://www.cnblogs.com/jackjo/p/9707034.html

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