location / {
root html;
try_files $uri $uri/ /index.html;
}
Nginx 配置 Vue history模式
最新推荐文章于 2024-09-24 11:37:51 发布
location / {
root html;
try_files $uri $uri/ /index.html;
}