comparison access_log.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 adf5671391ac
children 882267679006
comparison
equal deleted inserted replaced
951:9361c7eddfc1 952:e9064d691790
36 36
37 log_format test "$uri:$status"; 37 log_format test "$uri:$status";
38 log_format binary $binary_remote_addr; 38 log_format binary $binary_remote_addr;
39 39
40 server { 40 server {
41 listen 127.0.0.1:8080; 41 listen 127.0.0.1:%%PORT_0%%;
42 server_name localhost; 42 server_name localhost;
43 43
44 location /combined { 44 location /combined {
45 access_log %%TESTDIR%%/combined.log; 45 access_log %%TESTDIR%%/combined.log;
46 return 200 OK; 46 return 200 OK;