rwadurian/backend/services
Developer 01e192ea17 fix(nginx): 修复 CORS 配置,将 add_header 移出 if 块
nginx 不允许在 if 块中使用 add_header 指令,
将 CORS 配置提取到独立的 snippets/cors-params.conf 文件。

修改内容:
- 新增 cors-params.conf 配置文件
- 在每个 location 块中引入 cors-params.conf
- 从 server 块移除内联的 CORS 配置
- 更新目录结构说明和部署步骤

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 21:48:52 -08:00
..
admin-service first commit 2025-11-23 21:21:44 -08:00
authorization-service feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
backup-service . 2025-11-29 22:25:57 -08:00
identity-service fix(nginx): 修复 CORS 配置,将 add_header 移出 if 块 2025-12-01 21:48:52 -08:00
leaderboard-service feat(leaderboard-service): Implement complete leaderboard service with DDD architecture 2025-12-01 03:11:03 -08:00
mpc-service feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
planting-service . 2025-11-30 19:04:47 -08:00
referral-service feat(referral-service): Implement complete referral service with DDD architecture 2025-12-01 00:18:20 -08:00
reporting-service feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
reward-service feat(reward-service): Implement complete reward service with DDD architecture 2025-12-01 01:57:40 -08:00
wallet-service feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00