URL prefix for the notifs app.

This commit is contained in:
Ralph Bean 2013-12-09 19:30:49 +00:00
parent ac29c19dd5
commit bc90ec2749

View file

@ -1,4 +1,4 @@
Alias /static /usr/share/fmn.web/static
Alias /notifications/static /usr/share/fmn.web/static
WSGIDaemonProcess fmn user=apache group=apache maximum-requests=1000 display-name=fmn processes=4 threads=4
WSGISocketPrefix run/wsgi
@ -6,9 +6,9 @@ WSGIRestrictStdout On
WSGIRestrictSignal Off
WSGIPythonOptimize 1
WSGIScriptAlias / /usr/share/fmn.web/fmn.web.wsgi
WSGIScriptAlias /notifications /usr/share/fmn.web/fmn.web.wsgi
<Location />
<Location /notifications>
WSGIProcessGroup fmn
</Location>