aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/resources/nginx/start.sh
blob: 29e49021d9affba37777f8d57191ecbf2faf2cb0 (plain)
1
2
3
4
5
6
#!/bin/bash

LDP_PATH=/usr/lib/libvcl_ldpreload.so
VCL_CFG=/vcl.conf
LD_PRELOAD=$LDP_PATH VCL_CONFIG=$VCL_CFG nginx -c /nginx.conf
tail -f /dev/null