Commit f7f8e8cb authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

Make the invalid domains FQDN to save time if you have a long search-list.

parent 97ffae10
......@@ -116,11 +116,11 @@ varnish v1 -badvcl {
}
varnish v1 -badvcl {
backend b1 { .host = "////"; }
backend b1 { .host = "////."; }
}
varnish v1 -badvcl {
backend b1 { .host = "127.0.0.1"; .port = "////"; }
backend b1 { .host = "127.0.0.1"; .port = "////."; }
}
varnish v1 -badvcl {
......
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