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