chengkai3
|
a8307bfd2d
|
fix: change FLOWER_API_BASE_URL to use container hostname fquiz-flower instead of compose service name flower
|
2026-07-02 09:55:40 +08:00 |
|
chengkai3
|
b39ce8c2c0
|
fix: add http://223.109.142.84:3001 to API_CORS_ORIGINS for direct frontend access
|
2026-07-02 08:42:22 +08:00 |
|
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 |
|
chengkai3
|
4781615a01
|
fix: 修复 CORS 配置 - 将占位域名改为实际域名
- deploy/pro-deploy/.env.prod: API_CORS_ORIGINS
从 https://quiz.example.com 改为
https://www.quizck.cn,https://quizck.cn,http://localhost:3000,http://127.0.0.1:3000
|
2026-07-01 22:30:41 +08:00 |
|
chengkai3
|
cfc348f457
|
[chore]:[FL-xxx] 统一 REDIS_PASSWORD 为 Cp990803,对齐 .env 和 .env.prod
fquiz 镜像构建与部署 / build-and-push (push) Has been cancelled
fquiz 镜像构建与部署 / deploy (push) Has been cancelled
|
2026-06-28 22:59:54 +08:00 |
|
chengkai3
|
a0abbe16da
|
[feat]:[FL-xxx][Redis 添加密码认证] 新增 REDIS_PASSWORD 环境变量,更新所有服务 Redis 连接 URL
|
2026-06-28 18:10:33 +08:00 |
|
chengkml
|
b649fac7b9
|
feat(web): support /fl base path deployment
|
2026-05-16 14:08:18 +08:00 |
|
chengkai3
|
85689bf1bd
|
refactor: migrate deploy layout and stabilize compose runtime
|
2026-05-02 12:34:27 +08:00 |
|