From 2a575da45d9d7d97fedd6a79dd0e0231531e98ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 27 Oct 2021 16:02:38 +0200 Subject: [PATCH] [release-monitoring] Fix bootstrap path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../release-monitoring/templates/httpd.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/openshift-apps/release-monitoring/templates/httpd.conf b/roles/openshift-apps/release-monitoring/templates/httpd.conf index a6697277ac..55b3e58a18 100644 --- a/roles/openshift-apps/release-monitoring/templates/httpd.conf +++ b/roles/openshift-apps/release-monitoring/templates/httpd.conf @@ -27,11 +27,19 @@ StartServers 20 ServerLimit 100 MaxRequestsPerChild 2000 MaxRequestWorkers 100 +{% if env == 'staging' %} + +{% else %} +{% endif %} AllowOverride None Require all granted +{% if env == 'staging' %} + +{% else %} +{% endif %} AllowOverride None Require all granted