From c2b11f42d54c3a44204811bf271b73a27806153f Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Tue, 31 May 2016 23:38:48 +0200 Subject: [PATCH] Update README.md --- boring-nginx/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/boring-nginx/README.md b/boring-nginx/README.md index 475b89e..a3f7af2 100644 --- a/boring-nginx/README.md +++ b/boring-nginx/README.md @@ -8,6 +8,7 @@ It is nginx statically linked against BoringSSL, with embedded Brotli support. S #### Features - Based on Alpine Linux. - nginx built against **BoringSSL**. +- nginx : securely built using hardening gcc flags. - nginx : HTTP/2 (+NPN) support. - nginx : Brotli compression support (and configured). - nginx : no root master process. @@ -41,11 +42,7 @@ It is required to chown your certs files with the right uid/pid and change the ` #### How to use it? https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration -You can use `ngxproxy` to generate a *vhost* through an easy process : `docker exec -ti nginx ngxproxy` - -`ngxpasswd` can generate htpasswd files : `docker exec -ti nginx ngxpasswd` - -Both utilites are interactive so you won't feel lost. +You can use `ngxproxy` to generate a *vhost* through an easy process : `docker exec -ti nginx ngxproxy`. `ngxpasswd` can generate htpasswd files : `docker exec -ti nginx ngxpasswd`. Both utilites are interactive so you won't feel lost. Some configuration files located in `/etc/nginx/conf` are already provided, you can use them with the `include` directive.