hs-test: add nginx test
[vpp.git] / extras / hs-test / resources / nginx / start.sh
1 #!/bin/bash
2
3 LDP_PATH=/usr/lib/libvcl_ldpreload.so
4 VCL_CFG=/vcl.conf
5 LD_PRELOAD=$LDP_PATH VCL_CONFIG=$VCL_CFG nginx -c /nginx.conf
6 tail -f /dev/null