From 06591202ce5549a949343f0f5f8959771a1b5657 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Fri, 18 Nov 2016 17:05:48 +0100 Subject: Make the varnish include a persistent config E.g.: For authorization. We bootstrap the file as empty by default, which means 0 authentication. --- build/test/varnish-init.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build/test/varnish-init.sh (limited to 'build/test/varnish-init.sh') diff --git a/build/test/varnish-init.sh b/build/test/varnish-init.sh new file mode 100755 index 0000000..9b16722 --- /dev/null +++ b/build/test/varnish-init.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +touch /opt/gondul/data/varnish-auth.vcl +exec varnishd -a :80 -f /opt/gondul/extras/misc/varnish.vcl -F -- cgit v1.2.3