From c650fc699a0511cc274401397f14ae335b7da3fc Mon Sep 17 00:00:00 2001 From: Nicolas Demonte Date: Wed, 8 Jan 2020 14:02:42 +0100 Subject: [PATCH] Fix varnish download url --- staging.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging.cfg b/staging.cfg index 99887ff..f98566f 100644 --- a/staging.cfg +++ b/staging.cfg @@ -240,7 +240,7 @@ output = ${buildout:directory}/etc/varnish.vcl [varnish] recipe = plone.recipe.varnish -#download-url = ${versions:varnish} +download-url = https://varnish-cache.org/_downloads/varnish-2.1.5.tgz daemon = ${buildout:parts-directory}/varnish-build/sbin/varnishd bind = ${hosts:varnish}:${ports:varnish} #backends = ${haproxy-conf:bind}