[boring-nginx] update maintainer

This commit is contained in:
hoellen 2017-12-22 13:02:32 +01:00
parent 355b093cd3
commit 64bf24a04b
2 changed files with 3 additions and 2 deletions

View File

@ -113,6 +113,6 @@ VOLUME /sites-enabled /www /conf.d /passwds /certs /var/log/nginx
LABEL description="nginx built from source" \ LABEL description="nginx built from source" \
openssl="BoringSSL" \ openssl="BoringSSL" \
nginx="nginx ${NGINX_VERSION}" \ nginx="nginx ${NGINX_VERSION}" \
maintainer="Wonderfall <wonderfall@targaryen.house>" maintainer="hoellen <info@hoellen.eu>"
CMD ["run.sh"] CMD ["run.sh"]

View File

@ -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) ![](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. This is nginx statically linked against BoringSSL, with embedded Brotli support.
#### Features #### Features
- Thanks to [Wonderfall](https://github.com/wonderfall/dockerfiles)
- Based on Alpine Linux. - Based on Alpine Linux.
- nginx built against **BoringSSL** with SSE/SHA, and AVX2 SIMD-instructions. - 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). - **TLS 1.3** patch : use of TLS 1.3 DRAFT is enforced (haven't found another way yet).