From 4ea27596d8aefdd0af77917e03111c4142534ea2 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Mon, 22 May 2017 20:38:20 +0100 Subject: [PATCH] doc: Updated nginx http2 example (#6710) --- doc/Support/Performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Support/Performance.md b/doc/Support/Performance.md index 8e2606d772..66f824ba20 100644 --- a/doc/Support/Performance.md +++ b/doc/Support/Performance.md @@ -96,6 +96,6 @@ Here device id 128 and potentially 92 and 41 are likely candidates for this feat If you are running https then you should enable http/2 support in whatever web server you use: -For Nginx (1.9.5 and above) change `listen 443 http2;` to `listen 443 ssl http2;` in the Virtualhost config. +For Nginx (1.9.5 and above) change `listen 443 ssl;` to `listen 443 ssl http2;` in the Virtualhost config. For Apache (2.4.17 an above) set `Protocols h2 http/1.1` in the Virtualhost config.