mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
doc: Updated nginx http2 example (#6710)
This commit is contained in:
committed by
Tony Murray
parent
2a75083f47
commit
4ea27596d8
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user