comparison stream_proxy_complex.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
32 32
33 events { 33 events {
34 } 34 }
35 35
36 stream { 36 stream {
37 %%TEST_GLOBALS_STREAM%%
38
37 upstream %%PORT_8081%% { 39 upstream %%PORT_8081%% {
38 server 127.0.0.1:8091; 40 server 127.0.0.1:8091;
39 } 41 }
40 42
41 upstream %%PORT_8082%% { 43 upstream %%PORT_8082%% {