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. --- extras/misc/varnish.vcl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extras/misc/varnish.vcl') diff --git a/extras/misc/varnish.vcl b/extras/misc/varnish.vcl index 4920963..8f67a4d 100644 --- a/extras/misc/varnish.vcl +++ b/extras/misc/varnish.vcl @@ -2,6 +2,8 @@ vcl 4.0; +include "/opt/gondul/data/varnish-auth.vcl"; + backend default { .host = "gondul-front"; .port = "80"; -- cgit v1.2.3