From 9ae640f30068fe28340da06649d4375f16dc2d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Wildf=C3=B6rster?= Date: Tue, 4 Feb 2020 16:43:49 +0100 Subject: [PATCH] update Readme --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92da5fb..6b9b101 100644 --- a/README.md +++ b/README.md @@ -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.