# HG changeset patch # User Maxim Dounin # Date 1379360640 -14400 # Node ID 31e2acce8fa4afd8a25de70f6f060c2f310166bc # Parent 241acee85fd18579cb85cb40714fd972c9a8455d Tests: use 127.0.0.1 instead of localhost. diff --git a/http_expect_100_continue.t b/http_expect_100_continue.t --- 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 { }