From bc90ec2749f44ce5b614ceaa6b1cab52ab67e21c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 9 Dec 2013 19:30:49 +0000 Subject: [PATCH] URL prefix for the notifs app. --- roles/notifs-frontend/files/fmn.web.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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