comparison http_expect_100_continue.t @ 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 6a0d934950bc
children d5bf5942a8b2
comparison
equal deleted inserted replaced
331:241acee85fd1 332:31e2acce8fa4
37 37
38 server { 38 server {
39 listen 127.0.0.1:8080; 39 listen 127.0.0.1:8080;
40 server_name localhost; 40 server_name localhost;
41 location / { 41 location / {
42 proxy_pass http://localhost:8080/local; 42 proxy_pass http://127.0.0.1:8080/local;
43 } 43 }
44 location /local { 44 location /local {
45 } 45 }
46 } 46 }
47 } 47 }