7 lines
233 B
Diff
7 lines
233 B
Diff
diff --git a/tests/data/boot.vcl b/tests/data/boot.vcl
|
|
index ddf7d13..38e9df8 100644
|
|
--- a/tests/data/boot.vcl
|
|
+++ b/tests/data/boot.vcl
|
|
@@ -1 +1 @@
|
|
-backend default { .host = "localhost"; }
|
|
+backend default { .host = "127.0.0.1"; }
|