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

相關文章
相關標籤/搜索