Commit de9c4c71 authored by Jérome Perrin's avatar Jérome Perrin

apache frontend: describe prefer-gzip-encoding-to-backend

Really not sure about this one!
parent 7758c6d5
......@@ -117,7 +117,7 @@
"prefer-gzip-encoding-to-backend": {
"title": "Prefer gzip Encoding for Backend",
"description": "If set to true, if a request is made with accept encoding 'gzip', only that one will be transferred to the backend",
"description": "If set to true, if a frontend will force an Accept-Encoding: gzip header to enable compression between frontend and backend even when client did not request compression",
"type": "string",
"default": "false",
"enum": ["false", "true"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment