blob: 29e49021d9affba37777f8d57191ecbf2faf2cb0 [file] [log] [blame]
#!/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