yongfu
|
24ed37352f
|
fix regular expression with { } like in server_name,rewrite,location and if.
|
6 years ago |
yongfu
|
2a210daad6
|
fix multi semicolon
|
6 years ago |
yongfu
|
106d75e2d8
|
fix the multi_semicolon bug
|
6 years ago |
yongfu
|
70a0198ecb
|
add test for multi_semicolon and rewrite reg
|
6 years ago |
RickieL
|
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.
|
6 years ago |
RickieL
|
21012dab46
|
Merge pull request #1 from RickieL/RickieL-patch-1
fixed rewrite regex Curly Bracket case.
|
6 years ago |
RickieL
|
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;`
|
6 years ago |
Michał Słomkowski
|
f5a26225bd
|
Fix error which split line when it contained backslash. Fixes #5
|
7 years ago |
Michał Słomkowski
|
4488f2ee63
|
Add support for variable marks ${ and }. Fixes #4
|
7 years ago |
Michał Słomkowski
|
09f0b8a700
|
Add support for latin1 encoding of input files. #2
|
8 years ago |
Michał Słomkowski
|
fe5c77d2a5
|
Fill up readme.
|
9 years ago |
Michał Słomkowski
|
ec596dd7e8
|
Change strip_line to prevent collapsing spaces in comments.
|
9 years ago |
Michał Słomkowski
|
82be152c34
|
Add feature to remove excessive newlines.
|
9 years ago |
Michał Słomkowski
|
0c28d599c0
|
Fix error with brackets in comments.
|
9 years ago |
Michał Słomkowski
|
73f01a74ec
|
Add function description and some readme.
|
9 years ago |
Michał Słomkowski
|
d2b62206fd
|
Add working implementation.
|
9 years ago |
Michał Słomkowski
|
89635aafbf
|
Merge branch 'master' of github.com:1connect/nginx-config-formatter
|
9 years ago |
Michał Słomkowski
|
b8841669eb
|
Initial commit
|
9 years ago |
Michał Słomkowski
|
5e42af488b
|
Add project bootstrap.
|
9 years ago |