vue项目部署在nginx 上刷新页面 报404 (已解决)

location / {
        root  /usr/local/app/rsti/rsti-web/;
        index  index.html index.htm;
        try_files $uri $uri/ @router;
        index index.html;
    }
    location @router {
        rewrite ^.*$ /index.html last;
    }
 ———————————————— 
亲测有效html

相关文章
相关标签/搜索