commit | 3c47220814670c64a46c07c127b29c56ea1d9c82 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Sun Nov 02 15:01:41 2008 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Sun Nov 02 15:01:41 2008 +0300 |
tree | 21ac62e5dff2cd43af6a0ca616b72909ad53a8d0 | |
parent | 24c97718e3d4310d021699d8bacdf78f54873042 [diff] [blame] |
Tests: use 127.0.0.1 instead of localhost. Name 'localhost' is ambiguous if ipv6 present on system.
diff --git a/ssi-include-big.t b/ssi-include-big.t index 50f8066..1123038 100644 --- a/ssi-include-big.t +++ b/ssi-include-big.t
@@ -45,11 +45,11 @@ gzip on; server { - listen localhost:8080; + listen 127.0.0.1:8080; server_name localhost; location /proxy/ { - proxy_pass http://localhost:8080/local/; + proxy_pass http://127.0.0.1:8080/local/; } location = /local/blah { return 204;