mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-17 11:06:54 +00:00
REGTEST/MINOR: compatibility: use unix@ instead of abns@ sockets
Changes the /reg-tests/connection/b00000.vtc test to use unix@ instead of abns@ sockets. This to allow the test to complete on other operating systems like FreeBSD that do not have 'namespaces'.
This commit is contained in:
parent
45efc07cb5
commit
d3ff20f0ae
@ -36,14 +36,14 @@ haproxy h1 -conf {
|
|||||||
|
|
||||||
listen http
|
listen http
|
||||||
bind-process 1
|
bind-process 1
|
||||||
bind abns@http accept-proxy name ssl-offload-http
|
bind unix@${testdir}/http.socket accept-proxy name ssl-offload-http
|
||||||
option forwardfor
|
option forwardfor
|
||||||
|
|
||||||
listen ssl-offload-http
|
listen ssl-offload-http
|
||||||
option httplog
|
option httplog
|
||||||
bind-process 2-4
|
bind-process 2-4
|
||||||
bind "fd@${ssl}" ssl crt ${testdir}/common.pem ssl no-sslv3 alpn h2,http/1.1
|
bind "fd@${ssl}" ssl crt ${testdir}/common.pem ssl no-sslv3 alpn h2,http/1.1
|
||||||
server http abns@http send-proxy
|
server http unix@${testdir}/http.socket send-proxy
|
||||||
} -start
|
} -start
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user