hash模式路由配置如下:
location / { root font; index index.html index.htm; }
history模式路由配置如下:
location / { root font; index index.html index.htm; try_files $uri $uri/ /index.html; # 如果不加此代码,刷新会报404错误,但首次进入主页不会不错 }
标签:index,vue,htm,模式,nginx,html,font,路由 From: https://www.cnblogs.com/Husir-boky/p/17079466.html