Backend: Adds support for HTTP/2 (#18358)

* Backend: Adds support for HTTP/2

* Adds mozilla recommended ciphers

* Updates sample.ini and config documentation
This commit is contained in:
kay delaney
2019-08-16 16:06:54 +01:00
committed by GitHub
parent bf82e6cded
commit fb0cec5591
6 changed files with 57 additions and 6 deletions
+3 -3
View File
@@ -127,7 +127,7 @@ Another way is put a webserver like Nginx or Apache in front of Grafana and have
### protocol
`http`,`https` or `socket`
`http`,`https`,`h2` or `socket`
> **Note** Grafana versions earlier than 3.0 are vulnerable to [POODLE](https://en.wikipedia.org/wiki/POODLE). So we strongly recommend to upgrade to 3.x or use a reverse proxy for ssl termination.
@@ -179,11 +179,11 @@ reasons.
### cert_file
Path to the certificate file (if `protocol` is set to `https`).
Path to the certificate file (if `protocol` is set to `https` or `h2`).
### cert_key
Path to the certificate key file (if `protocol` is set to `https`).
Path to the certificate key file (if `protocol` is set to `https` or `h2`).
### router_logging