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
/
sample
/
src
/
route
/
domain.com.conf
8 lines
(7 loc)
•
187 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
# This config file can be used by both
# - api.domain.com
# - static.domain.com
location / {
# `upstream` is defined in sample/preset/production.yml
proxy_pass http:
//
{
{upstream}
}; }