commit | 31eaea9eef0594117e83733aa01f8bbda940e4da | [log] [tgz] |
---|---|---|
author | Filip Tehlar <ftehlar@cisco.com> | Thu Jun 15 10:06:57 2023 +0200 |
committer | Florin Coras <florin.coras@gmail.com> | Tue Jun 27 15:58:47 2023 +0000 |
tree | 40a0ff08e018c379dd92823aa60c2a64ce1b9a4a | |
parent | fe965a3a17fd543cb5a7caf37b25729c1683865b [diff] [blame] |
hs-test: add nginx+quic test Type: test Change-Id: I15e4f2fb84cb4f34b6fea95978db000854a63e78 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
diff --git a/extras/hs-test/docker/Dockerfile.nginx b/extras/hs-test/docker/Dockerfile.nginx index c426659..11ec6af 100644 --- a/extras/hs-test/docker/Dockerfile.nginx +++ b/extras/hs-test/docker/Dockerfile.nginx
@@ -17,4 +17,4 @@ ENV VCL_DEBUG=0 ENV LDP_SID_BIT=8 -ENTRYPOINT ["nginx_ldp.sh", "-c", "/nginx.conf"] +ENTRYPOINT ["nginx_ldp.sh", "nginx", "-c", "/nginx.conf"]