摘要: location / { root /usr/share/nginx/html/web/;#前端文件路径 index index.html index.htm; try_files $uri $uri/ @router; index index.html; } location @router { 阅读全文
posted @ 2023-03-15 13:34 DarkerbeS 阅读(172) 评论(0) 推荐(0) 编辑