diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-13 21:27:43 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-13 21:27:43 +0200 |
commit | 5cadb24d094f44b6aca3ccd26786702324f94afa (patch) | |
tree | 8c2891afd9e2f18548321c1730a1e86a16e8944d /extras | |
parent | a09b4d33818f1b3fd3836a99cbb742fa84caecb4 (diff) |
Varnish: Un-tg-ify the VCL
Diffstat (limited to 'extras')
-rw-r--r-- | extras/misc/varnish.vcl | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |