From 5cadb24d094f44b6aca3ccd26786702324f94afa Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Wed, 13 Apr 2016 21:27:43 +0200 Subject: Varnish: Un-tg-ify the VCL --- extras/misc/varnish.vcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras/misc/varnish.vcl') diff --git a/extras/misc/varnish.vcl b/extras/misc/varnish.vcl index 754ecbc..c7c402f 100644 --- a/extras/misc/varnish.vcl +++ b/extras/misc/varnish.vcl @@ -3,8 +3,8 @@ vcl 4.0; backend default { - .host = "127.0.0.1"; - .port = "8080"; + .host = "nms-front"; + .port = "80"; } sub vcl_recv { -- cgit v1.2.3