This commit is contained in:
parent
3343913ddf
commit
993f65e0e9
@ -138,6 +138,17 @@ peers paulbsd
|
|||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- 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
|
||||||
cache static
|
cache static
|
||||||
total-max-size {{ haproxy.config.cache.total|default(64) }}
|
total-max-size {{ haproxy.config.cache.total|default(64) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user