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/