Files
fquiz/deploy
chengkai3 bd8a764b35 fix: CORS 修复 - 允许 223.109.142.84:8000 直连请求 + nginx sub_filter
- .env.prod: API_CORS_ORIGINS 增加 http://223.109.142.84:8000
  (前端 JS 中硬编码了 NEXT_PUBLIC_API_BASE_URL=http://223.109.142.84:8000,
   请求直接打到容器的 8000 端口绕过 nginx,需在 CORS 层放行)
- 84 nginx: /_next/static/ location 增加 sub_filter 规则将
  http://223.109.142.84:8000 重写为 https://www.quizck.cn(长期方案)
2026-07-01 23:13:54 +08:00
..