Skip to content

A HTTP router based on NGiNX, routing traffic to all consul registered services with an 'http' tag.

License

Notifications You must be signed in to change notification settings

nautsio/consul-http-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ccaf787 · Dec 10, 2015

History

32 Commits
Oct 22, 2015
Nov 30, 2015
Dec 10, 2015
Dec 8, 2015
Mar 23, 2015
Dec 10, 2015
Mar 23, 2015
Mar 23, 2015
Dec 10, 2015
Oct 27, 2015
Apr 9, 2015
Mar 23, 2015
Dec 10, 2015
Mar 24, 2015

Repository files navigation

Consul HTTP Router

A HTTP router based on NGiNX, routing traffic to all consul registered services with an 'http' tag.

How to use

Start this service and any services in consul tagged with 'http' will be proxied if a request comes in for a host matching .*

docker run -d -p 80:80 --dns <consul-host-ip> --dns-search=service.consul cargonauts/consul-http-router