comparison h2_ssl.t @ 919:724fcee9a355

Tests: removed unused listen directives in HTTP/2 tests.
author Andrey Zelenkov <zelenkov@nginx.com>
date Thu, 05 May 2016 23:33:02 +0300
parents a6abbfed42c0
children 4dc302d8e04f
comparison
equal deleted inserted replaced
918:8d489e743fcb 919:724fcee9a355
42 42
43 http { 43 http {
44 %%TEST_GLOBALS_HTTP%% 44 %%TEST_GLOBALS_HTTP%%
45 45
46 server { 46 server {
47 listen 127.0.0.1:8080 http2;
48 listen 127.0.0.1:8081 http2 ssl; 47 listen 127.0.0.1:8081 http2 ssl;
49 server_name localhost; 48 server_name localhost;
50 49
51 ssl_certificate_key localhost.key; 50 ssl_certificate_key localhost.key;
52 ssl_certificate localhost.crt; 51 ssl_certificate localhost.crt;