comparison map_complex.t @ 952:e9064d691790

Tests: converted tests to run in parallel.
author Andrey Zelenkov <zelenkov@nginx.com>
date Tue, 21 Jun 2016 16:39:13 +0300
parents 856a37b4f47d
children 882267679006
comparison
equal deleted inserted replaced
951:9361c7eddfc1 952:e9064d691790
46 default bar; 46 default bar;
47 same baz; 47 same baz;
48 } 48 }
49 49
50 server { 50 server {
51 listen 127.0.0.1:8080; 51 listen 127.0.0.1:%%PORT_0%%;
52 server_name localhost; 52 server_name localhost;
53 53
54 location / { 54 location / {
55 add_header X-Foo $x; 55 add_header X-Foo $x;
56 return 204; 56 return 204;