blob: 29e49021d9affba37777f8d57191ecbf2faf2cb0 [file] [log] [blame]
Filip Tehlarc204c872022-12-21 08:59:16 +01001#!/bin/bash
2
3LDP_PATH=/usr/lib/libvcl_ldpreload.so
4VCL_CFG=/vcl.conf
5LD_PRELOAD=$LDP_PATH VCL_CONFIG=$VCL_CFG nginx -c /nginx.conf
6tail -f /dev/null