From be3a4f65de6faba22a25d9bb5d9ed1e4247b97ed Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Wed, 16 Oct 2019 17:58:53 +0000 Subject: [PATCH] [horizon] enable the Apache "Header" module by default Some configuration when enable will explicitly set headers, for this to work the header module should be enabled. Change-Id: If549d4c6924c990d1a48bca193935ed9a2ed6864 --- horizon/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/horizon/values.yaml b/horizon/values.yaml index 7a66e051bb..0190050e8b 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -69,6 +69,7 @@ conf: conf_dir: /etc/apache2/conf-available mods_dir: /etc/apache2/mods-available a2enmod: + - headers - rewrite a2dismod: - status