update Readme
This commit is contained in:
parent
21e5cd9d15
commit
9ae640f300
1 changed files with 15 additions and 2 deletions
17
README.md
17
README.md
|
@ -1,6 +1,19 @@
|
||||||

|
Forked from jwilder due to slow development and a lot of awesome pull requests from many users, which to date were still not merged.
|
||||||
  [](https://travis-ci.org/jwilder/nginx-proxy) [](https://hub.docker.com/r/jwilder/nginx-proxy 'DockerHub') [](https://hub.docker.com/r/jwilder/nginx-proxy 'DockerHub')
|
|
||||||
|
|
||||||
|
### Merged upstream PRs:
|
||||||
|
- https://github.com/jwilder/nginx-proxy/pull/1379
|
||||||
|
- https://github.com/jwilder/nginx-proxy/pull/1369
|
||||||
|
- https://github.com/jwilder/nginx-proxy/pull/1366
|
||||||
|
- https://github.com/jwilder/nginx-proxy/pull/1353
|
||||||
|
- https://github.com/jwilder/nginx-proxy/pull/1338
|
||||||
|
- https://github.com/jwilder/nginx-proxy/pull/1170
|
||||||
|
|
||||||
|
### Added:
|
||||||
|
- healthcheck
|
||||||
|
- `SEPERATE_LOGS_PER_VHOST` to split access and error log files per vhost
|
||||||
|
- bumped nginx version to latest `1.17.8`
|
||||||
|
|
||||||
|
### Original Readme
|
||||||
|
|
||||||
nginx-proxy sets up a container running nginx and [docker-gen][1]. docker-gen generates reverse proxy configs for nginx and reloads nginx when containers are started and stopped.
|
nginx-proxy sets up a container running nginx and [docker-gen][1]. docker-gen generates reverse proxy configs for nginx and reloads nginx when containers are started and stopped.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue