Go to file
gitadmin 8fac183661 fix: Git push HTTP 413 — 添加 client_max_body_size 和代理超时配置 2026-06-03 09:58:21 +08:00
conf.d fix: Git push HTTP 413 — 添加 client_max_body_size 和代理超时配置 2026-06-03 09:58:21 +08:00
.gitignore feat: SSO auth_request 配置 + 限流 2026-05-09 17:15:28 +08:00
CHANGELOG.md chore: 初始化仓库 — tlyq.ai nginx反向代理 2026-05-07 11:04:59 +08:00
README.md chore: 初始化仓库 — tlyq.ai nginx反向代理 2026-05-07 11:04:59 +08:00
docker-compose.yml chore: 初始化仓库 — tlyq.ai nginx反向代理 2026-05-07 11:04:59 +08:00
nginx.conf feat: 用 OA 统一门户配置替换 SSO 配置 2026-05-14 16:37:41 +08:00

README.md

nginx-proxy-ai — tlyq.ai 反向代理

tlyq.ai 各站点的 nginx 反向代理配置,统一管理 SSL 和路由规则。

代理站点

子域名 后端容器
www.tlyq.ai www-ai
cloud.tlyq.ai cloud-ai
token.tlyq.ai token-ai
issue.tlyq.ai issue-ai
assets.tlyq.ai assets-ai
git.tlyq.ai gitea-ai

部署

修改 conf.d/ 下对应配置文件后,重启容器或 reload nginx。

详见 docker-compose.yml