doc: Updated nginx http2 example (#6710)

This commit is contained in:
Neil Lathwood
2017-05-22 20:38:20 +01:00
committed by Tony Murray
parent 2a75083f47
commit 4ea27596d8

View File

@@ -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.