From b488892f5faf342605bfe1b6a643524a8ec48f1f Mon Sep 17 00:00:00 2001 From: Bruno Date: Sun, 17 Feb 2019 17:38:56 -0300 Subject: [PATCH] Added enable_gzip documentation (#15322) --- docs/sources/installation/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index 2352bd15b89..f0418ad31a6 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -160,6 +160,13 @@ The path to the directory where the front end files (HTML, JS, and CSS files). Default to `public` which is why the Grafana binary needs to be executed with working directory set to the installation path. +### enable_gzip + +Set this option to `true` to enable HTTP compression, this can improve +transfer speed and bandwidth utilization. It is recommended that most +users set it to `true`. By default it is set to `false` for compatibility +reasons. + ### cert_file Path to the certificate file (if `protocol` is set to `https`).