bd8a764b35
- .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(长期方案)