update Readme

This commit is contained in:
Constantin Wildförster 2020-02-04 16:43:49 +01:00
parent 21e5cd9d15
commit 9ae640f300

View file

@ -1,6 +1,19 @@
![latest 0.7.0](https://img.shields.io/badge/latest-0.7.0-green.svg?style=flat)
![nginx 1.17.6](https://img.shields.io/badge/nginx-1.17.6-brightgreen.svg) ![License MIT](https://img.shields.io/badge/license-MIT-blue.svg) [![Build Status](https://travis-ci.org/jwilder/nginx-proxy.svg?branch=master)](https://travis-ci.org/jwilder/nginx-proxy) [![](https://img.shields.io/docker/stars/jwilder/nginx-proxy.svg)](https://hub.docker.com/r/jwilder/nginx-proxy 'DockerHub') [![](https://img.shields.io/docker/pulls/jwilder/nginx-proxy.svg)](https://hub.docker.com/r/jwilder/nginx-proxy 'DockerHub')
Forked from jwilder due to slow development and a lot of awesome pull requests from many users, which to date were still not merged.
### 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.