iconsulting/nginx
hailin fc9e0cd17b fix(nginx): fix admin SPA routing fallback to correct index.html
try_files 的最后一项 /index.html 会落到 web-client 的根 index.html,
导致 /admin/* 子路由(如 /admin/knowledge)加载 web-client 而非 admin-client。
修改为 /admin/index.html 以正确返回管理后台的 SPA 入口。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 23:24:22 -08:00
..
conf.d fix(nginx): fix admin SPA routing fallback to correct index.html 2026-02-06 23:24:22 -08:00
ssl Initial commit: iConsulting 香港移民咨询智能客服系统 2026-01-09 00:01:12 -08:00
nginx.conf fix: nginx配置支持动态解析,解决后端服务不可用时启动失败问题 2026-01-09 08:24:28 -08:00
system-nginx-proxy.conf feat: 傻瓜式nginx反向代理配置 2026-01-09 07:51:49 -08:00