comparison stream_ssl_realip.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 cdcd75657e52
comparison
equal deleted inserted replaced
1608:2f00ed2e0d1a 1609:f3ba4c74de31
39 39
40 events { 40 events {
41 } 41 }
42 42
43 stream { 43 stream {
44 %%TEST_GLOBALS_STREAM%%
45
44 ssl_certificate_key localhost.key; 46 ssl_certificate_key localhost.key;
45 ssl_certificate localhost.crt; 47 ssl_certificate localhost.crt;
46 48
47 server { 49 server {
48 listen 127.0.0.1:8083 proxy_protocol ssl; 50 listen 127.0.0.1:8083 proxy_protocol ssl;