mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
bugfix: applied the safe_map_uri_to_path patch to NGINX.
This commit is contained in:
@ -419,6 +419,13 @@ if [ "$answer" = "Y" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
answer=`$root/util/ver-ge "$main_ver" 1.17.7`
|
||||
if [ "$answer" = "N" ]; then
|
||||
echo "$info_txt applying the safe_map_uri_to_path patch to nginx"
|
||||
patch -p1 < $root/patches/nginx-$main_ver-safe_map_uri_to_path.patch || exit 1
|
||||
echo
|
||||
fi
|
||||
|
||||
rm -f *.patch || exit 1
|
||||
|
||||
echo "$info_txt applying the always_enable_cc_feature_tests patch to nginx"
|
||||
|
Reference in New Issue
Block a user