Skip to content

IamBusy/nginx-balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-balancer

This is a balancer based on nginx

Why

It's a good way to dispatch requests to services. So a dispatcher(or balancer?) is needed. I searched in the hub.docker.com, but the repository nginx-balancer has been invalid, so I make it.

How to use

docker build --rm -t your-image-name .
docker run -d -p 80:80 --name your-container-name -v /path/to/logs:/etc/nginx/logs/ your-image-name

Releases

No releases published

Packages

No packages published

Languages