bugfix: nginx's builtin resolver did not accept domain names with a trailing dot.

This commit is contained in:
Yichun Zhang (agentzh)
2014-01-08 11:50:58 -08:00
parent 793c541c45
commit 9a3e9dbffd
2 changed files with 25 additions and 0 deletions

View File

@ -221,6 +221,10 @@ echo "$info_txt applying the pcre_conf_opt patch for nginx $ver"
patch -p1 < $root/patches/nginx-$ver-pcre_conf_opt.patch || exit 1
echo
echo "$info_txt applying the resolve-names-with-a-trailing-dot patch for nginx $ver"
patch -p1 < $root/patches/nginx-$ver-resolve-names-with-a-trailing-dot.patch || exit 1
echo
rm -f *.patch || exit 1
cd .. || exit 1