From 250bd9ade64e751de69ef85cf3a12c917c6a49f9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 20 Jul 2018 20:15:54 +0000 Subject: [PATCH] Revert "Update path to fedora-packages wsgi file" This reverts commit 1144e921bcb3d5c62f56a25302d599cfe7913997. --- roles/packages3/web/files/packages-httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/packages3/web/files/packages-httpd.conf b/roles/packages3/web/files/packages-httpd.conf index 5d7e5af207..ae873c3acb 100644 --- a/roles/packages3/web/files/packages-httpd.conf +++ b/roles/packages3/web/files/packages-httpd.conf @@ -54,7 +54,7 @@ WSGIRestrictStdout Off WSGIRestrictSignal Off WSGIPythonOptimize 1 -WSGIScriptAlias /packages /usr/share/fedoracommunity/fedora-packages.wsgi +WSGIScriptAlias /packages /usr/share/fedoracommunity/production/apache/fedoracommunity.wsgi Require all granted