解決vue打包項目后刷新404的問題
來源:懂視網
責編:小采
時間:2020-11-27 22:17:50
解決vue打包項目后刷新404的問題
解決vue打包項目后刷新404的問題:vue打包項目后刷新404的問題Nginx配置 server { listen 80; server_name localhost; index index.html; root /root/dist; location / { root /root/dist; try_files $uri $uri/ /index.html =404; }
導讀解決vue打包項目后刷新404的問題:vue打包項目后刷新404的問題Nginx配置 server { listen 80; server_name localhost; index index.html; root /root/dist; location / { root /root/dist; try_files $uri $uri/ /index.html =404; }

vue打包項目后刷新404的問題Nginx配置
server {
listen 80;
server_name localhost;
index index.html;
root /root/dist;
location / {
root /root/dist;
try_files $uri $uri/ /index.html =404;
}
}
以上這篇解決vue打包項目后刷新404的問題就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持腳本之家。
聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
解決vue打包項目后刷新404的問題
解決vue打包項目后刷新404的問題:vue打包項目后刷新404的問題Nginx配置 server { listen 80; server_name localhost; index index.html; root /root/dist; location / { root /root/dist; try_files $uri $uri/ /index.html =404; }