mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
[boring-nginx] update maintainer
This commit is contained in:
parent
355b093cd3
commit
64bf24a04b
@ -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"]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
## wonderfall/boring-nginx
|
## hoellen/boring-nginx
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user