Commit Graph
2 Commits
Author SHA1 Message Date
RickieLandGitHub 21012dab46 Merge pull request #1 from RickieL/RickieL-patch-1
fixed rewrite regex Curly Bracket case.
2018-09-10 22:13:23 +08:00
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