changeset 332:31e2acce8fa4

Tests: use 127.0.0.1 instead of localhost.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 16 Sep 2013 23:44:00 +0400
parents 241acee85fd1
children e7647a966212
files http_expect_100_continue.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/http_expect_100_continue.t
+++ b/http_expect_100_continue.t
@@ -39,7 +39,7 @@ http {
         listen       127.0.0.1:8080;
         server_name  localhost;
         location / {
-            proxy_pass http://localhost:8080/local;
+            proxy_pass http://127.0.0.1:8080/local;
         }
         location /local {
         }