Remove the badges path prefix from the httpd conf.
This commit is contained in:
parent
6c5ff7c3c1
commit
a2665f6a7b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue