Hello!
I try to implement a custom 503 error page for Haproxy. I inserted this line to the global section:
errorfile 503 http://static.website.com/haproxy/503sorry.http
When restarting now haproxy it initiatlizes forever. Is there a special format to add such settings? Could not find anything in the docs.