updated haproxy state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-01-07 22:57:57 +01:00
parent 3343913ddf
commit 993f65e0e9

View File

@ -138,6 +138,17 @@ peers paulbsd
{%- endfor %}
{%- endif %}
# Errors
http-errors global
errorfile 400 /etc/haproxy/errors/400.http
errorfile 403 /etc/haproxy/errors/403.http
errorfile 404 /etc/haproxy/errors/404.http
errorfile 408 /etc/haproxy/errors/408.http
errorfile 500 /etc/haproxy/errors/500.http
errorfile 502 /etc/haproxy/errors/502.http
errorfile 503 /etc/haproxy/errors/503.http
errorfile 504 /etc/haproxy/errors/504.http
# Cache
cache static
total-max-size {{ haproxy.config.cache.total|default(64) }}