diff --git a/roles/notifs-frontend/files/fmn.web.conf b/roles/notifs-frontend/files/fmn.web.conf index 8dec863ca6..c4408b0557 100644 --- a/roles/notifs-frontend/files/fmn.web.conf +++ b/roles/notifs-frontend/files/fmn.web.conf @@ -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 - + WSGIProcessGroup fmn