From 85339486c3cc0b1963dbd9c539cf5e2c521db7b5 Mon Sep 17 00:00:00 2001 From: Hakase Date: Sat, 9 Jun 2018 03:10:20 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f57b9b7..1332758 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,13 @@ Example of setting TLS 1.3 cipher in nginx (pre7 or higher): | nginx_hpack_push.patch | _Patch both_ the HPACK patch and the **PUSH ERROR**. | | nginx_hpack_push_fix.patch | _Patch only_ the **PUSH ERROR** of the hpack patch. (If the HPACK patch has already been completed) | -## nginx Configuration (ssl_ciphers) +## nginx Configuration -### Default settings +### HPACK Patch + +Add configure option : ``--with-http_v2_hpack_enc`` + +### SSL Setting ``` ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; ssl_ciphers [Copy it from below and paste it here.];