comparison config_dump.t @ 974:882267679006

Tests: simplified parallel modifications in tests. Mail tests were simplified in c227348453db.
author Andrey Zelenkov <zelenkov@nginx.com>
date Tue, 12 Jul 2016 17:39:03 +0300
parents e9064d691790
children 196d33c2bb45
comparison
equal deleted inserted replaced
973:7d7aef8b9f3a 974:882267679006
46 foo bar; 46 foo bar;
47 include map.conf; 47 include map.conf;
48 } 48 }
49 49
50 upstream u { 50 upstream u {
51 server 127.0.0.1:%%PORT_1%%; 51 server 127.0.0.1:8081;
52 } 52 }
53 53
54 server { 54 server {
55 listen 127.0.0.1:%%PORT_0%%; 55 listen 127.0.0.1:8080;
56 server_name localhost; 56 server_name localhost;
57 57
58 location / { } 58 location / { }
59 } 59 }
60 } 60 }