mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
tests: remove all error file references from haproxy.cfg
These files don't exist in Fedora.
This commit is contained in:
@@ -24,13 +24,13 @@ defaults
|
|||||||
timeout connect 5000
|
timeout connect 5000
|
||||||
timeout client 50000
|
timeout client 50000
|
||||||
timeout server 50000
|
timeout server 50000
|
||||||
errorfile 400 /etc/haproxy/errors/400.http
|
# errorfile 400 /etc/haproxy/errors/400.http
|
||||||
errorfile 403 /etc/haproxy/errors/403.http
|
# errorfile 403 /etc/haproxy/errors/403.http
|
||||||
errorfile 408 /etc/haproxy/errors/408.http
|
# errorfile 408 /etc/haproxy/errors/408.http
|
||||||
errorfile 500 /etc/haproxy/errors/500.http
|
# errorfile 500 /etc/haproxy/errors/500.http
|
||||||
errorfile 502 /etc/haproxy/errors/502.http
|
# errorfile 502 /etc/haproxy/errors/502.http
|
||||||
errorfile 503 /etc/haproxy/errors/503.http
|
# errorfile 503 /etc/haproxy/errors/503.http
|
||||||
errorfile 504 /etc/haproxy/errors/504.http
|
# errorfile 504 /etc/haproxy/errors/504.http
|
||||||
|
|
||||||
frontend www-https
|
frontend www-https
|
||||||
bind 0.0.0.0:6551 ssl crt /etc/ocserv/combo.pem
|
bind 0.0.0.0:6551 ssl crt /etc/ocserv/combo.pem
|
||||||
|
|||||||
Reference in New Issue
Block a user