comparison proxy_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
43 upstream u { 43 upstream u {
44 server unix:%%TESTDIR%%/unix.sock; 44 server unix:%%TESTDIR%%/unix.sock;
45 } 45 }
46 46
47 server { 47 server {
48 listen 127.0.0.1:%%PORT_0%%; 48 listen 127.0.0.1:8080;
49 server_name localhost; 49 server_name localhost;
50 50
51 location / { 51 location / {
52 proxy_pass http://unix:%%TESTDIR%%/unix.sock; 52 proxy_pass http://unix:%%TESTDIR%%/unix.sock;
53 proxy_read_timeout 1s; 53 proxy_read_timeout 1s;