HAProxy/README.md
2024-10-08 19:39:23 +09:00

10 lines
184 B
Markdown

# HAProxy
HAProxy configuration files for my self-hosted setup.
`/etc/systemd/system/haproxy.service.d/override.conf`:
```INI
[Service]
Environment="CONFIG=/etc/haproxy/config"
```