We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a9c1a commit d0607b9Copy full SHA for d0607b9
ngx-build
@@ -391,6 +391,10 @@ sub apply_patches {
391
shell("patch -p1 < $root/../ngx_openresty/patches/nginx-$version-slab_defrag.patch");
392
chdir ".." or die "cannot switch to ..\n";
393
}
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";
398
399
400
sub usage {
0 commit comments