now we apply the patch to the nginx core so as to allow main request body modifications.

This commit is contained in:
agentzh (章亦春) 2011-10-21 17:43:37 +08:00
parent b626ebf54b
commit b76e2f4c9a
2 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,8 @@ patch -p1 < $root/patches/nginx-$main_ver-variable_header_ignore_no_hash.patch |
patch -p1 < $root/patches/nginx-$main_ver-named_location_clear_mods_ctx.patch || exit 1
patch -p1 < $root/patches/nginx-$main_ver-allow_request_body_updating.patch || exit 1
rm -f *.patch || exit 1
cd .. || exit 1

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.0.8
minor_ver=15
minor_ver=17
version=$main_ver.$minor_ver
echo $version