这种Nginx配置背后的原理涉及到前端路由和服务器的工作方式。
server { listen 80; server_name demo; location / { root /usr/carehome_vue; index index.html index.htm; # 配置让Vue Router处理路由 try_files $uri $uri/ /index.html; } }
上一篇:处理The injection point has the following annotations:@org.springframework.beans.factory.annotation的错误
下一篇:springboot集成Camunda审核流程(二):Camunda Modeler设计器设置BPMN流程