Remove the badges path prefix from the httpd conf.

This commit is contained in:
Ralph Bean 2013-08-02 18:19:18 +00:00
parent 6c5ff7c3c1
commit a2665f6a7b

View file

@ -6,7 +6,7 @@ WSGIRestrictStdout On
WSGIRestrictSignal Off WSGIRestrictSignal Off
WSGIPythonOptimize 1 WSGIPythonOptimize 1
WSGIScriptAlias /badges /usr/share/tahrir/tahrir.wsgi WSGIScriptAlias / /usr/share/tahrir/tahrir.wsgi
<Location /> <Location />
WSGIProcessGroup tahrir WSGIProcessGroup tahrir