Let's run the flask application at the root of the web server

This commit is contained in:
Pierre-Yves Chibon 2014-10-01 13:24:43 +02:00
parent c0db617046
commit 4ec83d46a2

View file

@ -1,5 +1,5 @@
Alias /anitya/static /usr/lib/python2.7/site-packages/anitya/static/
Alias /static /usr/lib/python2.7/site-packages/anitya/static/
WSGIDaemonProcess anitya user=apache maximum-requests=1000 display-name=anitya processes=2 threads=1
WSGISocketPrefix run/wsgi
@ -7,7 +7,7 @@ WSGIRestrictStdout On
WSGIRestrictSignal Off
WSGIPythonOptimize 1
WSGIScriptAlias /anitya /var/www/anitya.wsgi
WSGIScriptAlias / /var/www/anitya.wsgi
<Location />
WSGIProcessGroup anitya