HAProxy/README.md

11 lines
188 B
Markdown
Raw Normal View History

2024-10-08 10:10:10 +00:00
# Haproxy
2024-10-08 19:29:45 +09:00
Haproxy configuration files for my self-hosted setup.
`/etc/systemd/system/haproxy.service.d/override.conf`:
```HAProxy
[Service]
Environment="CONFIG=/etc/haproxy/config"
```