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
/
src
/
nginx.conf
11 lines
(8 loc)
•
157 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{{user user}}; {{pid ./config/nginx.pid}}; {{error_log ../logs/api-error.log}} warn; http { {{include ./common/*.conf}}; {{upstreams}} {{servers}} }