From 34afde73e09724e4f2965ad73c5b5963b117b75c Mon Sep 17 00:00:00 2001 From: Jason Wilder Date: Tue, 19 Aug 2014 09:42:43 -0600 Subject: [PATCH] Document multiple host support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4fbb13..b7679bc 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,7 @@ If your container exposes multiple ports, nginx-proxy will default to the servic [1]: https://github.com/jwilder/docker-gen [2]: http://jasonwilder.com/blog/2014/03/25/automated-nginx-reverse-proxy-for-docker/ + +### Multiple Hosts + +If you need to support multipe virtual hosts for a container, you can separate each enty with commas. For example, `foo.bar.com,baz.bar.com,bar.com` and each host will be setup the same.