Commit Graph

3 Commits

Author SHA1 Message Date
aiyimickey 46b211bbc7 修正目录结构:conf.d/ 子目录匹配 docker-compose.yml volume 挂载
灾难恢复流程:
  git clone → docker compose up -d → 服务恢复
2026-07-14 16:34:58 +08:00
aiyimickey e8788e3320 补充 docker-compose.yml 2026-07-14 16:33:29 +08:00
aiyimickey 12552281bf 初始提交:ash 服务器 nginx 配置(已优化版)
nginx.conf:
- worker_processes auto
- worker_connections 4096 + multi_accept on
- proxy_buffering 显式配置
- SSL session cache 10m

token-tlyq.conf:
- 启用 HTTP/2 (http2 on)
- proxy_pass → host.docker.internal:3000

token-tuling.conf / letsencrypt.conf: 未修改
2026-07-14 16:31:35 +08:00