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
/
rcjs
/
.ngxrc.js
10 lines
(9 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= {
// supports comments
src:
'foo'
,
"dest"
:
'bar'
, preset: { production:
'baz'
}, entry:
'foo/qux'
}