From 8b8e568d21228c16cfa065e46c709a43f32f81c2 Mon Sep 17 00:00:00 2001 From: sg774j Date: Thu, 25 Apr 2019 12:07:50 -0500 Subject: [PATCH] Horizon: Corrected mounted file name. Horizon dashboard was not being displayed correctly due to incorrect config file names. Change-Id: I43b34cd7d7711e01b8a95d0b45e10d7ee57051e9 --- horizon/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/horizon/values.yaml b/horizon/values.yaml index 0334f61259..428d41444b 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -61,8 +61,8 @@ conf: apache2: binary: apache2 start_parameters: -DFOREGROUND - site_dir: /etc/apache2/sites-enable - conf_dir: /etc/apache2/conf-enabled + site_dir: /etc/apache2/sites-available + conf_dir: /etc/apache2/conf-available mods_dir: /etc/apache2/mods-available a2enmod: - rewrite