1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 22:35:45 +00:00

Merge pull request #72 from BenHall/default_host

Ability to set a default host for nginx
This commit is contained in:
Jason Wilder
2015-05-14 10:00:04 -06:00
3 changed files with 19 additions and 3 deletions

View File

@ -35,6 +35,13 @@ You can also use wildcards at the beginning and the end of host name, like `*.ba
If you would like to connect to your backend using HTTPS instead of HTTP, set `VIRTUAL_PROTO=https` on the backend container.
### Default Host
To set the default host for nginx use the env var `DEFAULT_HOST=foo.bar.com` for example
$ docker run -d -p 80:80 -e DEFAULT_HOST=foo.bar.com -v /var/run/docker.sock:/tmp/docker.sock jwilder/nginx-proxy
### Separate Containers
nginx-proxy can also be run as two separate containers using the [jwilder/docker-gen](https://index.docker.io/u/jwilder/docker-gen/)