Commit 0bd1f42a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Use a different host while server is being upgraded

parent d001cdd2
......@@ -85,7 +85,7 @@ varnish v1 -errvcl {Regexp compilation error:} {
varnish v1 -errvcl {resolves to too many addresses} {
backend b { .host = "127.0.0.1"; }
sub vcl_recv {
if (remote.ip == "varnish-cache.org") {}
if (remote.ip == "r.freebsd.dk") {}
}
}
......
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