From af5156a63925eda3971b71dd631e477c13c6add6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 30 Jan 2017 18:30:52 +0000 Subject: [PATCH] WSGIScriptAlias and Location need to match up. --- roles/mbs/frontend/templates/mbs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mbs/frontend/templates/mbs.conf b/roles/mbs/frontend/templates/mbs.conf index a1c008239b..d5c0aec0f9 100644 --- a/roles/mbs/frontend/templates/mbs.conf +++ b/roles/mbs/frontend/templates/mbs.conf @@ -4,7 +4,7 @@ WSGIRestrictStdout On WSGIRestrictSignal Off WSGIPythonOptimize 1 -WSGIScriptAlias /mbs /usr/share/mbs/mbs.wsgi +WSGIScriptAlias / /usr/share/mbs/mbs.wsgi WSGIProcessGroup mbs