comparison range.t @ 45:d68b85def521

Tests: use 127.0.0.1 instead of localhost. Name 'localhost' is ambiguous if ipv6 present on system.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 02 Nov 2008 15:01:41 +0300
parents 7bf0e8a1d66c
children 726c3c2a8b8c
comparison
equal deleted inserted replaced
44:daa295331acd 45:d68b85def521
43 charset_map B A { 43 charset_map B A {
44 58 59; # X -> Y 44 58 59; # X -> Y
45 } 45 }
46 46
47 server { 47 server {
48 listen localhost:8080; 48 listen 127.0.0.1:8080;
49 server_name localhost; 49 server_name localhost;
50 50
51 location /t2.html { 51 location /t2.html {
52 charset A; 52 charset A;
53 source_charset B; 53 source_charset B;