HAProxy configuration files for my self-hosted setup.
Find a file
Benoit 2ba8b1f1f2 Fix HAProxy warning by using fullconn instead of maxconn for backend
The maxconn directive is for frontends, not backends. Changed to fullconn
which correctly limits concurrent connections to the Mastodon backend.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-22 20:03:03 +09:00
00global.cfg Import conf 2024-10-08 19:25:39 +09:00
01defaults.cfg Add Mastodon-specific rate limiting to protect single-core frontend 2026-01-22 19:56:30 +09:00
02cache.cfg Update cache size 2026-01-22 19:02:31 +09:00
03frontends.cfg Add Mastodon-specific rate limiting to protect single-core frontend 2026-01-22 19:56:30 +09:00
04listen.cfg Mailcow: Try send-proxy 2025-10-13 22:41:46 +09:00
05backends.cfg Fix HAProxy warning by using fullconn instead of maxconn for backend 2026-01-22 20:03:03 +09:00
CLAUDE.md Add CLAUDE.md for Claude Code guidance 2025-11-20 21:18:02 +09:00
LICENSE Initial commit 2024-10-08 10:10:10 +00:00
README.md Capitalize HAProxy name 2024-10-08 19:39:23 +09:00

HAProxy

HAProxy configuration files for my self-hosted setup.

/etc/systemd/system/haproxy.service.d/override.conf:

[Service]
Environment="CONFIG=/etc/haproxy/config"