From 2d74fad94794dd144c1f038d953ca7af062cb00d Mon Sep 17 00:00:00 2001 From: jkaberg Date: Tue, 12 Aug 2014 01:26:51 +0200 Subject: [PATCH] restart using php5-fpm --- setup/web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/web.sh b/setup/web.sh index 383bea48..be5a8580 100755 --- a/setup/web.sh +++ b/setup/web.sh @@ -49,7 +49,7 @@ chown -R $STORAGE_USER $STORAGE_ROOT/webfinger # Start services. restart_service nginx -restart_service php-fastcgi +restart_service php5-fpm # Open ports. ufw_allow http