From e9c5a81891c95f3fa3b0b613ce248452eff0870d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 22 Jun 2016 01:53:22 +0000
Subject: [PATCH] apache frontend: describe more enable_cache parameter

---
 .../apache-frontend/instance-slave-apache-input-schema.json     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/software/apache-frontend/instance-slave-apache-input-schema.json b/software/apache-frontend/instance-slave-apache-input-schema.json
index 88404d60a..933288543 100644
--- a/software/apache-frontend/instance-slave-apache-input-schema.json
+++ b/software/apache-frontend/instance-slave-apache-input-schema.json
@@ -93,7 +93,7 @@
 
     "enable_cache": {
       "title": "Enable Cache",
-      "description": "If set to true, the cache will be used",
+      "description": "If set to true, http caching server (Apache Traffic Server) will be used between frontend apache and backend",
       "type": "string",
       "default": "false",
       "enum": ["false", "true"]
-- 
2.30.9