]> err.no Git - varnish/commitdiff
Use "localhost" in our acls, so it works no matter which address it
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 24 Jul 2008 21:55:56 +0000 (21:55 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 24 Jul 2008 21:55:56 +0000 (21:55 +0000)
picks off your loopback interface.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3017 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/tests/c00005.vtc

index e6ed032c4f1e41c38581e968b2c030804ed71ad8..ae58a22d28d17e138d39a2f53a530c1cac5fbabc 100644 (file)
@@ -13,7 +13,7 @@ server s1 {
 
 varnish v1 -vcl+backend {
        acl acl1 {
-               "127.0.0.1";
+               "localhost";
        }
 
        sub vcl_recv {
@@ -33,7 +33,7 @@ client c1 -run
 
 varnish v1 -vcl+backend {
        acl acl1 {
-               ! "127.0.0.1";
+               ! "localhost";
        }
 
        sub vcl_recv {