From 7702737677edb29568f3a11ee3a2d348916e3e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 22 Jun 2016 01:57:48 +0000 Subject: [PATCH] apache frontend: describe a bit more disable-via-header 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 501f09267..5f2e7cfda 100644 --- a/software/apache-frontend/instance-slave-apache-input-schema.json +++ b/software/apache-frontend/instance-slave-apache-input-schema.json @@ -109,7 +109,7 @@ "disable-via-header": { "title": "Disable 'Via' headers from cache", - "description": "If set to true, via headers will be disabled", + "description": "If set to true, Via response headers will not be sent to client", "type": "string", "default": "false", "enum": ["false", "true"] -- 2.30.9