fixed rewrite regex Curly Bracket case.
fix the case that "Curly Bracket" in the rewrite case below: `rewrite "^/a/([\d]{2})_(\d+).html$" /a/0$1/$1$2.html last;`