10 lines
184 B
Markdown
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"
|
|
```
|