Commit d8689cc1 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Be explicit about connecting to :9080

When testing synthetic error page caching, make sure we connect to
:9080 rather than the default :80 since the machine might well have an
httpd running already.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3115 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 480a898a
...@@ -7,6 +7,7 @@ test "Check synthetic error page caching" ...@@ -7,6 +7,7 @@ test "Check synthetic error page caching"
varnish v1 -vcl { varnish v1 -vcl {
backend foo { backend foo {
.host = "127.0.0.2"; .host = "127.0.0.2";
.port = "9080";
} }
} -start } -start
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment