yongfu
|
65f9938466
|
delete no need [ ]
|
2019-03-01 09:46:30 +08:00 |
|
yongfu
|
24ed37352f
|
fix regular expression with { } like in server_name,rewrite,location and if.
|
2019-03-01 09:33:55 +08:00 |
|
yongfu
|
2a210daad6
|
fix multi semicolon
|
2018-10-17 09:00:16 +08:00 |
|
yongfu
|
106d75e2d8
|
fix the multi_semicolon bug
|
2018-10-15 21:42:28 +08:00 |
|
yongfu
|
70a0198ecb
|
add test for multi_semicolon and rewrite reg
|
2018-09-25 20:56:37 +08:00 |
|
 RickieLandGitHub
|
93748ca7a8
|
fix multiline ; in one line case and rewrite regex curly bracket case.
fix multiline `;` in one line case and rewrite regex curly bracket case.
|
2018-09-10 23:28:22 +08:00 |
|
 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 |
|