Creating one instance Nginx, listening on port 8080:
nginx {"myapp":}
- upstream_type [proxy|fastcgi|none] - upstream_url [host:port]
Example to create a proxy upstream:
nginx {"myapp": upstream_type => "proxy", upstream_url => "http://localhost:8090", }
Wagner Souza <[email protected]>
https://github.com/wagnersza