xfy 5d38d9ab44 test(e2e): 添加 E2E 测试工具包和配置
- 添加 testutil 容器管理工具(lolly/nginx)
- 添加测试配置文件(basic/proxy/ssl)
- 添加测试用 SSL 证书

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-23 09:35:19 +08:00

13 lines
217 B
YAML

# E2E 测试配置 - SSL/TLS 服务器
server:
listen: ":8443"
ssl:
enabled: true
cert: "/etc/lolly/certs/server.crt"
key: "/etc/lolly/certs/server.key"
static:
root: "/var/www/html"
index: "index.html"