comparison fastcgi_unix.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
comparison
equal deleted inserted replaced
973:7d7aef8b9f3a 974:882267679006
42 42
43 http { 43 http {
44 %%TEST_GLOBALS_HTTP%% 44 %%TEST_GLOBALS_HTTP%%
45 45
46 upstream u { 46 upstream u {
47 server 127.0.0.1:%%PORT_1%%; 47 server 127.0.0.1:8081;
48 } 48 }
49 49
50 server { 50 server {
51 listen 127.0.0.1:%%PORT_0%%; 51 listen 127.0.0.1:8080;
52 server_name localhost; 52 server_name localhost;
53 53
54 location / { 54 location / {
55 fastcgi_pass unix:%%TESTDIR%%/unix.sock; 55 fastcgi_pass unix:%%TESTDIR%%/unix.sock;
56 fastcgi_param REQUEST_URI $request_uri; 56 fastcgi_param REQUEST_URI $request_uri;