X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftemplates%2Fvcl%2Fvcl_nginx.conf;fp=resources%2Ftemplates%2Fvcl%2Fvcl_nginx.conf;h=80cf0c6808d7403b6926249e017ca69651975491;hb=752538617f43672a0a9eeb93432929032cca05d3;hp=0000000000000000000000000000000000000000;hpb=bf635b8d7cd582f38e1d0faefa246672b71b2567;p=csit.git diff --git a/resources/templates/vcl/vcl_nginx.conf b/resources/templates/vcl/vcl_nginx.conf new file mode 100644 index 0000000000..80cf0c6808 --- /dev/null +++ b/resources/templates/vcl/vcl_nginx.conf @@ -0,0 +1,12 @@ +vcl { + segment-size 4000000000 + add-segment-size 4000000000 + rx-fifo-size 4000000 + tx-fifo-size 4000000 + use-mq-eventfd + event-queue-size 500000 + + # This must be kept in sync with vpp_hoststack_attr{app_api_socket} + # in .../resources/libraries/robot/hoststack/hoststack.robot + app-socket-api /run/vpp/app_ns_sockets/default +} \ No newline at end of file