Let's run the flask application at the root of the web server
This commit is contained in:
parent
c0db617046
commit
4ec83d46a2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
WSGIDaemonProcess anitya user=apache maximum-requests=1000 display-name=anitya processes=2 threads=1
|
||||||
WSGISocketPrefix run/wsgi
|
WSGISocketPrefix run/wsgi
|
||||||
|
@ -7,7 +7,7 @@ WSGIRestrictStdout On
|
||||||
WSGIRestrictSignal Off
|
WSGIRestrictSignal Off
|
||||||
WSGIPythonOptimize 1
|
WSGIPythonOptimize 1
|
||||||
|
|
||||||
WSGIScriptAlias /anitya /var/www/anitya.wsgi
|
WSGIScriptAlias / /var/www/anitya.wsgi
|
||||||
|
|
||||||
<Location />
|
<Location />
|
||||||
WSGIProcessGroup anitya
|
WSGIProcessGroup anitya
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue