HAProxy/README.md

11 lines
184 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`:
2024-10-08 19:30:48 +09:00
```INI
2024-10-08 19:29:45 +09:00
[Service]
Environment="CONFIG=/etc/haproxy/config"
```