Files
2026-03-29 09:08:01 +08:00

13 lines
610 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 01-06OpenWrt HAProxy
- **说明与选用**[`docs/01-06-openwrt-haproxy.md`](../../../docs/01-06-openwrt-haproxy.md)(文首有各 `*.cfg` 对照表)。
- **本目录**HAProxy 示例配置(非 K8s YAML复制到 OpenWrt 后改 IP/端口并 `haproxy -c -f …` 校验。
| 文件 | 用途摘要 |
|------|----------|
| `haproxy-no-check.cfg` | 最简,无 check |
| `haproxy-http.cfg` | 80 明文 httpchk |
| `haproxy-tls.cfg` | 443 TCP + ssl-hello-chk |
| `haproxy-https.cfg` | 443 应用层 HTTPS 检查HAProxy 终结 TLS |
| `haproxy-proxy-http-tls.cfg` | 检查 + PROXY v2 |