location / {
try_files $uri $uri/ /index.html;
root /web/dist/;
index index.html index.htm;
}
vue mode history nginx 配置
最新推荐文章于 2024-09-25 02:17:26 发布
location / {
try_files $uri $uri/ /index.html;
root /web/dist/;
index index.html index.htm;
}