From b92033cafe743b7e79d9a7718f711098b317e731 Mon Sep 17 00:00:00 2001 From: jkaberg Date: Tue, 12 Aug 2014 15:39:45 +0200 Subject: [PATCH] install fpm instead of cgi --- setup/web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/web.sh b/setup/web.sh index be5a8580..f6be664c 100755 --- a/setup/web.sh +++ b/setup/web.sh @@ -5,7 +5,7 @@ source setup/functions.sh # load our functions source /etc/mailinabox.conf # load global vars -apt_install nginx php5-cgi +apt_install nginx php5-fpm rm -f /etc/nginx/sites-enabled/default