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
- Host: GitHub
- URL: https://github.com/unitech/pm2-openstack
- Owner: Unitech
- Created: 2013-12-04T20:17:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T22:25:58.000Z (over 12 years ago)
- Last Synced: 2025-02-10T05:23:49.010Z (over 1 year ago)
- Size: 105 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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() {
});
});
});
```