Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlightIbuki committed Oct 15, 2024
1 parent 01e76bd commit 644bbf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions t/001-tls.t
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ ok
}
}
--- config
server_tokens off;
location /t {
proxy_pass https://127.0.0.1:$TEST_NGINX_RAND_PORT_1;
proxy_http_version 1.1;
Expand Down
2 changes: 1 addition & 1 deletion t/stream/003-tls.t
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ ok
}

--- stream_server_config
location /t {
content_by_lua_block {
proxy_pass https://127.0.0.1:$TEST_NGINX_RAND_PORT_1;
proxy_http_version 1.1;
proxy_set_header Connection "";
Expand Down

0 comments on commit 644bbf5

Please sign in to comment.