From 35d609cfc80087db3d3db8df7c198b015d698192 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 14 Jan 2015 16:28:24 +0100 Subject: [PATCH] tests: remove all error file references from haproxy.cfg These files don't exist in Fedora. --- tests/docker-ocserv/haproxy.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/docker-ocserv/haproxy.cfg b/tests/docker-ocserv/haproxy.cfg index d5fabf85..26330f3b 100644 --- a/tests/docker-ocserv/haproxy.cfg +++ b/tests/docker-ocserv/haproxy.cfg @@ -24,13 +24,13 @@ defaults timeout connect 5000 timeout client 50000 timeout server 50000 - errorfile 400 /etc/haproxy/errors/400.http - errorfile 403 /etc/haproxy/errors/403.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 +# errorfile 400 /etc/haproxy/errors/400.http +# errorfile 403 /etc/haproxy/errors/403.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 frontend www-https bind 0.0.0.0:6551 ssl crt /etc/ocserv/combo.pem