diff --git a/roles/notifs/frontend/files/fmn-sar.py b/roles/notifs/frontend/files/fmn-sar.py index 5886459789..b047487bad 100644 --- a/roles/notifs/frontend/files/fmn-sar.py +++ b/roles/notifs/frontend/files/fmn-sar.py @@ -19,7 +19,7 @@ from six.moves.urllib.parse import urljoin ENV_USERNAME = "SAR_USERNAME" -FMN_INSTANCE = "http://localhost/notifications/" +FMN_INSTANCE = "http://localhost/notifications-old/" FMN_CONTEXTS = ["email", "irc"] log = logging.getLogger() diff --git a/roles/notifs/frontend/templates/fmn.web.conf b/roles/notifs/frontend/templates/fmn.web.conf index 3ebce15945..a2f7508fb8 100644 --- a/roles/notifs/frontend/templates/fmn.web.conf +++ b/roles/notifs/frontend/templates/fmn.web.conf @@ -1,4 +1,4 @@ -Alias /notifications/static /usr/share/fmn/static +Alias /notifications-old/static /usr/share/fmn/static WSGIDaemonProcess fmn user=apache group=apache maximum-requests=1000 display-name=fmn processes={{ wsgi_procs }} threads={{ wsgi_threads }} WSGISocketPrefix run/wsgi @@ -6,9 +6,9 @@ WSGIRestrictStdout On WSGIRestrictSignal Off WSGIPythonOptimize 1 -WSGIScriptAlias /notifications /usr/share/fmn/fmn.web.wsgi +WSGIScriptAlias /notifications-old /usr/share/fmn/fmn.web.wsgi - + WSGIProcessGroup fmn Require all granted