diff options
author | 2024-09-19 17:19:39 +0200 | |
---|---|---|
committer | 2024-10-03 19:23:49 +0000 | |
commit | 46ab0b22bb2915c28ae30d26501ea4cfa1f9b577 (patch) | |
tree | a6a7e803fd0665c8b6ac0b27d2eb09cea1965b98 /extras/hs-test/resources/nginx/vcl.conf | |
parent | fae41c678320f4e63896d52e942cea59a44d9168 (diff) |
hs-test: added nginx multi-thread tests
- added Dockerfile.envoy
- removed nginx vcl.conf file as it's created by
the framework now
Type: test
Change-Id: I5f2be015c864c8d2aa938a22b1abece64989999b
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/resources/nginx/vcl.conf')
-rw-r--r-- | extras/hs-test/resources/nginx/vcl.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/hs-test/resources/nginx/vcl.conf b/extras/hs-test/resources/nginx/vcl.conf index cfcd5d2e959..27699248bcf 100644 --- a/extras/hs-test/resources/nginx/vcl.conf +++ b/extras/hs-test/resources/nginx/vcl.conf @@ -5,7 +5,6 @@ vcl { rx-fifo-size 4000000 tx-fifo-size 4000000 event-queue-size 100000 - use-mq-eventfd app-socket-api /tmp/nginx/var/run/app_ns_sockets/default } |