解決vue打包項(xiàng)目后刷新404的問題
來源:懂視網(wǎng)
責(zé)編:小采
時(shí)間:2020-11-27 22:17:50
解決vue打包項(xiàng)目后刷新404的問題
解決vue打包項(xiàng)目后刷新404的問題:vue打包項(xiàng)目后刷新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; }
導(dǎo)讀解決vue打包項(xiàng)目后刷新404的問題:vue打包項(xiàng)目后刷新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打包項(xiàng)目后刷新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打包項(xiàng)目后刷新404的問題就是小編分享給大家的全部內(nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
解決vue打包項(xiàng)目后刷新404的問題
解決vue打包項(xiàng)目后刷新404的問題:vue打包項(xiàng)目后刷新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; }