UNPKG
ngx
Version:
latest (2.4.0)
2.4.0
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
0.0.1
The Data-driven nginx configuration manager
github.com/kaelzhang/node-ngx
kaelzhang/node-ngx
ngx
/
test
/
normal
/
.ngxrc
10 lines
(9 loc)
•
153 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
// .ngxrc supports JSON5
{
"preset"
:
{
"production"
:
"preset/production.yml"
}
,
"src"
:
"src"
,
"dest"
:
"nginx"
,
"entry"
:
"src/nginx.conf"
}