From 9664b31916d455c418ed5e0fad4a87b48dfbf55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 26 Jun 2020 13:14:19 +0200 Subject: [PATCH] Release-monitoring: Fix apache issue with external dirs 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, 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 722df8c029..a6697277ac 100644 --- a/roles/openshift-apps/release-monitoring/templates/httpd.conf +++ b/roles/openshift-apps/release-monitoring/templates/httpd.conf @@ -27,11 +27,11 @@ StartServers 20 ServerLimit 100 MaxRequestsPerChild 2000 MaxRequestWorkers 100 - + AllowOverride None Require all granted - + AllowOverride None Require all granted @@ -55,8 +55,8 @@ LogLevel info TypesConfig /etc/mime.types AddDefaultCharset UTF-8 CoreDumpDirectory /tmp -Alias /docs /usr/local/lib/python3.7/anitya/static/docs/html/ -Alias /static /usr/local/lib/python3.7/site-packages/anitya/static/ +Alias /docs /usr/local/lib/python3.8/anitya/static/docs/html/ +Alias /static /usr/local/lib/python3.8/site-packages/anitya/static/ WSGIDaemonProcess anitya display-name=anitya processes=2 threads=2 maximum-requests=1000 home=/httpdir WSGIApplicationGroup %{GLOBAL} WSGISocketPrefix run/wsgi