mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch.
This commit is contained in:
@ -71,9 +71,9 @@ echo
|
||||
#echo "applying the named_location_clear_mods_ctx patch"
|
||||
#patch -p1 < $root/patches/nginx-$main_ver-named_location_clear_mods_ctx.patch || exit 1
|
||||
|
||||
echo "$info_txt applying the allow_request_body_updating patch for nginx"
|
||||
patch -p1 < $root/patches/nginx-$main_ver-allow_request_body_updating.patch || exit 1
|
||||
echo
|
||||
#echo "$info_txt applying the allow_request_body_updating patch for nginx"
|
||||
#patch -p1 < $root/patches/nginx-$main_ver-allow_request_body_updating.patch || exit 1
|
||||
#echo
|
||||
|
||||
echo "$info_txt applying the log_escape_non_ascii patch for nginx"
|
||||
patch -p1 < $root/patches/nginx-$main_ver-log_escape_non_ascii.patch || exit 1
|
||||
|
Reference in New Issue
Block a user