From a2665f6a7b6ebf770c31921fb04d815075f1fef1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 2 Aug 2013 18:19:18 +0000 Subject: [PATCH] Remove the badges path prefix from the httpd conf. --- roles/badges-frontend/files/tahrir.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/badges-frontend/files/tahrir.conf b/roles/badges-frontend/files/tahrir.conf index 046ef4d96f..5f4cd358ea 100644 --- a/roles/badges-frontend/files/tahrir.conf +++ b/roles/badges-frontend/files/tahrir.conf @@ -6,7 +6,7 @@ WSGIRestrictStdout On WSGIRestrictSignal Off WSGIPythonOptimize 1 -WSGIScriptAlias /badges /usr/share/tahrir/tahrir.wsgi +WSGIScriptAlias / /usr/share/tahrir/tahrir.wsgi WSGIProcessGroup tahrir