comparison stream_status_variable.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 766bcbb632ee
children
comparison
equal deleted inserted replaced
1608:2f00ed2e0d1a 1609:f3ba4c74de31
34 34
35 events { 35 events {
36 } 36 }
37 37
38 stream { 38 stream {
39 %%TEST_GLOBALS_STREAM%%
40
39 log_format status $status; 41 log_format status $status;
40 42
41 limit_conn_zone $binary_remote_addr zone=zone:1m; 43 limit_conn_zone $binary_remote_addr zone=zone:1m;
42 44
43 server { 45 server {