From 64bf24a04bd64fc526c99775c00cf0a275c31646 Mon Sep 17 00:00:00 2001 From: hoellen Date: Fri, 22 Dec 2017 13:02:32 +0100 Subject: [PATCH] [boring-nginx] update maintainer --- boring-nginx/Dockerfile | 2 +- boring-nginx/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/boring-nginx/Dockerfile b/boring-nginx/Dockerfile index 0d2840f..609d7af 100644 --- a/boring-nginx/Dockerfile +++ b/boring-nginx/Dockerfile @@ -113,6 +113,6 @@ VOLUME /sites-enabled /www /conf.d /passwds /certs /var/log/nginx LABEL description="nginx built from source" \ openssl="BoringSSL" \ nginx="nginx ${NGINX_VERSION}" \ - maintainer="Wonderfall " + maintainer="hoellen " CMD ["run.sh"] diff --git a/boring-nginx/README.md b/boring-nginx/README.md index ba22cd0..369ebf9 100644 --- a/boring-nginx/README.md +++ b/boring-nginx/README.md @@ -1,4 +1,4 @@ -## wonderfall/boring-nginx +## hoellen/boring-nginx ![](https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/115px-Nginx_logo.svg.png) @@ -6,6 +6,7 @@ This is nginx statically linked against BoringSSL, with embedded Brotli support. #### Features +- Thanks to [Wonderfall](https://github.com/wonderfall/dockerfiles) - Based on Alpine Linux. - nginx built against **BoringSSL** with SSE/SHA, and AVX2 SIMD-instructions. - **TLS 1.3** patch : use of TLS 1.3 DRAFT is enforced (haven't found another way yet).