mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
checked in the new patch channel-uninit-params for nginx 1.2.3 and 1.3.6.
This commit is contained in:
@ -96,6 +96,9 @@ patch -p1 < $root/patches/nginx-$main_ver-location_if_inherits_proxy.patch || ex
|
||||
echo applying nonbuffered-upstream-truncation.patch ...
|
||||
patch -p1 < $root/patches/nginx-$main_ver-nonbuffered-upstream-truncation.patch || exit 1
|
||||
|
||||
echo applying channel-uninit-params.patch ...
|
||||
patch -p1 < $root/patches/nginx-$main_ver-channel-uninit-params.patch || exit 1
|
||||
|
||||
echo applying dtrace.patch ...
|
||||
patch -p1 < $root/patches/nginx-$main_ver-dtrace.patch || exit 1
|
||||
|
||||
|
Reference in New Issue
Block a user