comparison stream_limit_conn_dry_run.t @ 1609:f3ba4c74de31

Tests: added TEST_GLOBALS_STREAM variable support.
author Andrei Belov <defan@nginx.com>
date Thu, 12 Nov 2020 17:46:49 +0300
parents 9d5996c3f5b8
children 5ac6efbe5552
comparison
equal deleted inserted replaced
1608:2f00ed2e0d1a 1609:f3ba4c74de31
33 33
34 events { 34 events {
35 } 35 }
36 36
37 stream { 37 stream {
38 %%TEST_GLOBALS_STREAM%%
39
38 limit_conn_zone $binary_remote_addr zone=zone:1m; 40 limit_conn_zone $binary_remote_addr zone=zone:1m;
39 41
40 log_format test $server_port:$limit_conn_status; 42 log_format test $server_port:$limit_conn_status;
41 access_log %%TESTDIR%%/test.log test; 43 access_log %%TESTDIR%%/test.log test;
42 44