Commit Graph
1 Commits
Author SHA1 Message Date
RickieLandGitHub 0b72d86a8b 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;`
2018-09-10 22:11:40 +08:00