ソースを参照

Merge pull request #15487 from brunorey/master

Added enable_gzip documentation (#15322)
Torkel Ödegaard 6 年 前
コミット
d285da35de
1 ファイル変更7 行追加0 行削除
  1. 7 0
      docs/sources/installation/configuration.md

+ 7 - 0
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`).