comparison stream_ssl.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 dbce8fb5f5f8
children fd440d324700
comparison
equal deleted inserted replaced
1608:2f00ed2e0d1a 1609:f3ba4c74de31
45 45
46 events { 46 events {
47 } 47 }
48 48
49 stream { 49 stream {
50 %%TEST_GLOBALS_STREAM%%
51
50 ssl_certificate_key localhost.key; 52 ssl_certificate_key localhost.key;
51 ssl_certificate localhost.crt; 53 ssl_certificate localhost.crt;
52 ssl_session_tickets off; 54 ssl_session_tickets off;
53 55
54 # inherited by server "inherits" 56 # inherited by server "inherits"