Skip to content

Commit d0607b9

Browse files
committed
ngx-build: apply proxy_ssl_handshake_timer.patch to nginx by default.
1 parent a5a9c1a commit d0607b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ngx-build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ sub apply_patches {
391391
shell("patch -p1 < $root/../ngx_openresty/patches/nginx-$version-slab_defrag.patch");
392392
chdir ".." or die "cannot switch to ..\n";
393393
}
394+
395+
chdir "nginx-$version" or die "cannot switch to nginx-$version\n";
396+
shell("patch -p1 < $root/../ngx_openresty/patches/nginx-$version-proxy_ssl_handshake_timer.patch");
397+
chdir ".." or die "cannot switch to ..\n";
394398
}
395399

396400
sub usage {

0 commit comments

Comments
 (0)