mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-07-01 14:25:46 +00:00
Document multiple host support
This commit is contained in:
@ -20,3 +20,7 @@ If your container exposes multiple ports, nginx-proxy will default to the servic
|
|||||||
|
|
||||||
[1]: https://github.com/jwilder/docker-gen
|
[1]: https://github.com/jwilder/docker-gen
|
||||||
[2]: http://jasonwilder.com/blog/2014/03/25/automated-nginx-reverse-proxy-for-docker/
|
[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.
|
||||||
|
Reference in New Issue
Block a user