added the patch for a bug in ngx_http_named_location in the nginx core.

This commit is contained in:
agentzh (章亦春)
2012-05-02 22:11:27 +08:00
parent 74d66c1027
commit 2762f39fc4
2 changed files with 14 additions and 0 deletions

View File

@ -60,6 +60,9 @@ patch -p1 < $root/patches/nginx-$main_ver-allow_request_body_updating.patch || e
patch -p1 < $root/patches/nginx-$main_ver-log_escape_non_ascii.patch || exit 1
echo applying reset_wev_handler_in_named_locations.patch ...
patch -p1 < $root/patches/nginx-$main_ver-reset_wev_handler_in_named_locations.patch || exit 1
#echo "INFO: applying null-character-fixes patch"
#patch -p0 < $root/patches/nginx-$main_ver-null_character_fixes.patch || exit 1