From 0507eb3c0fbc5fe6231276660ac3be2f0cdf9abe Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 28 May 2014 22:48:57 -0400 Subject: [PATCH] Fix location name Must be the same name wher ethe instance is mounted! Signed-off-by: Simo Sorce --- templates/install/idp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/install/idp.conf b/templates/install/idp.conf index eb5752e..4fe4204 100644 --- a/templates/install/idp.conf +++ b/templates/install/idp.conf @@ -2,7 +2,7 @@ Alias /${instance}/ui /usr/share/ipsilon/ui WSGIScriptAlias /${instance} /usr/sbin/ipsilon WSGIDaemonProcess ${instance} user=ipsilon group=ipsilon home=${datadir} - + WSGIProcessGroup ${instance} -- 2.20.1