From c061f64290ff28ae8b4624e7e0c4478b3e4f6f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 7 Jun 2022 12:49:30 +0200 Subject: [PATCH] [release-monitoring] Fix the paths in httpd.conf for staging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moving to f36 changed the default python version, let's adjust the paths to reflect this. Signed-off-by: Michal Konečný --- .../release-monitoring/templates/httpd.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/openshift-apps/release-monitoring/templates/httpd.conf b/roles/openshift-apps/release-monitoring/templates/httpd.conf index bd7ac461f0..c426e9a811 100644 --- a/roles/openshift-apps/release-monitoring/templates/httpd.conf +++ b/roles/openshift-apps/release-monitoring/templates/httpd.conf @@ -28,7 +28,7 @@ ServerLimit 100 MaxRequestsPerChild 2000 MaxRequestWorkers 100 {% if env == 'staging' %} - + {% else %} {% endif %} @@ -36,7 +36,7 @@ MaxRequestWorkers 100 Require all granted {% if env == 'staging' %} - + {% else %} {% endif %} @@ -64,8 +64,8 @@ TypesConfig /etc/mime.types AddDefaultCharset UTF-8 CoreDumpDirectory /tmp {% if env == 'staging' %} -Alias /docs /usr/local/lib/python3.9/anitya/static/docs/html/ -Alias /static /usr/local/lib/python3.9/site-packages/anitya/static/ +Alias /docs /usr/local/lib/python3.10/anitya/static/docs/html/ +Alias /static /usr/local/lib/python3.10/site-packages/anitya/static/ {% else %} Alias /docs /usr/local/lib/python3.8/anitya/static/docs/html/ Alias /static /usr/local/lib/python3.8/site-packages/anitya/static/