diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2022-12-21 08:59:16 +0100 |
---|---|---|
committer | Filip Tehlar <ftehlar@cisco.com> | 2023-01-09 11:39:06 +0100 |
commit | c204c87c186993704927beffa4d5b1cafaf9a193 (patch) | |
tree | eeb2e5e7a8baad5252df7c8e02c488a2b88432bc /extras/hs-test/resources/nginx/vcl.conf | |
parent | 227660b9969410f29d6b3d14eba16be5f57fbffe (diff) |
hs-test: add nginx test
Type: test
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: Idd5352f254df0d1f36c1270e73440c9287247b81
Diffstat (limited to 'extras/hs-test/resources/nginx/vcl.conf')
-rw-r--r-- | extras/hs-test/resources/nginx/vcl.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extras/hs-test/resources/nginx/vcl.conf b/extras/hs-test/resources/nginx/vcl.conf new file mode 100644 index 00000000000..737b8a87ea9 --- /dev/null +++ b/extras/hs-test/resources/nginx/vcl.conf @@ -0,0 +1,10 @@ +vcl { + heapsize 64M + segment-size 4000000000 + add-segment-size 4000000000 + rx-fifo-size 4000000 + tx-fifo-size 4000000 + + use-mq-eventfd + app-socket-api /tmp/nginx/var/run/app_ns_sockets/default +} |