https://github.com/gabeio/loadbalancer
just quick run/killers of nginx/haproxy
https://github.com/gabeio/loadbalancer
Last synced: 2 months ago
JSON representation
just quick run/killers of nginx/haproxy
- Host: GitHub
- URL: https://github.com/gabeio/loadbalancer
- Owner: gabeio
- Created: 2014-08-04T00:52:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T09:45:07.000Z (over 8 years ago)
- Last Synced: 2024-10-12T14:59:11.149Z (8 months ago)
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# LoadBalancer controllers/defaults
## Install
1. Download `haproxy` or `nginx`
2. `tar xzf *.tar.gz` to unpack them (replace the * with the package name so it doesn't unpack every tar.gz in the directory)
3. `cd` into the unpacked directory
4. `git remote add https://github.com/gabeio/loadbalancer`
5. `git pull` to get the stuff you need
6. `git checkout` `nginx` or `haproxy` depending on the situation.
7. `./new` adds packages for ubuntu which are needed to build.
8. Run the `./fix` to allow nginx/haproxy to connect to ports lower than 1024 without sudo.
9. Use `start`/`stop`/`restart` without sudo or root & enjoy.## pull requests are welcome
If you have a better way to isolate nginx/haproxy for killing,
**I would be greatly appreciative of pull requests to improve them.**