URL prefix for the notifs app.
This commit is contained in:
parent
ac29c19dd5
commit
bc90ec2749
1 changed files with 3 additions and 3 deletions
|
@ -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
|
WSGIDaemonProcess fmn user=apache group=apache maximum-requests=1000 display-name=fmn processes=4 threads=4
|
||||||
WSGISocketPrefix run/wsgi
|
WSGISocketPrefix run/wsgi
|
||||||
|
@ -6,9 +6,9 @@ WSGIRestrictStdout On
|
||||||
WSGIRestrictSignal Off
|
WSGIRestrictSignal Off
|
||||||
WSGIPythonOptimize 1
|
WSGIPythonOptimize 1
|
||||||
|
|
||||||
WSGIScriptAlias / /usr/share/fmn.web/fmn.web.wsgi
|
WSGIScriptAlias /notifications /usr/share/fmn.web/fmn.web.wsgi
|
||||||
|
|
||||||
<Location />
|
<Location /notifications>
|
||||||
WSGIProcessGroup fmn
|
WSGIProcessGroup fmn
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue