An open API service indexing awesome lists of open source software.

https://github.com/unitech/pm2-openstack

Nginx load balancing and hot edit + load monitoring and create VM triggers
https://github.com/unitech/pm2-openstack

Last synced: about 1 year ago
JSON representation

Nginx load balancing and hot edit + load monitoring and create VM triggers

Awesome Lists containing this project

README

          

```
nginx.init({
file : 'nginx-bckp.conf'
}, function() {
nginx.addServer('192.123.23.21', function(err) {
nginx.removeServer('192.123.23.22', function() {
});
});
});

```