comparison stream_ssl_variables.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 144c6ce732e4
children fd440d324700
comparison
equal deleted inserted replaced
1608:2f00ed2e0d1a 1609:f3ba4c74de31
51 51
52 events { 52 events {
53 } 53 }
54 54
55 stream { 55 stream {
56 %%TEST_GLOBALS_STREAM%%
57
56 ssl_certificate_key localhost.key; 58 ssl_certificate_key localhost.key;
57 ssl_certificate localhost.crt; 59 ssl_certificate localhost.crt;
58 ssl_session_cache builtin; 60 ssl_session_cache builtin;
59 61
60 server { 62 server {