From 90de09960f55a6840e8a1bc73bee98933b49369a Mon Sep 17 00:00:00 2001 From: polytan02 Date: Mon, 10 Aug 2015 15:36:23 +0100 Subject: [PATCH] Need to restart php-fpm as a dedicated process is configured to be used --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index ea19bbc..f4c6233 100644 --- a/scripts/install +++ b/scripts/install @@ -89,5 +89,6 @@ sudo chmod 644 $finalphpconf sudo yunohost app setting $app skipped_uris -v "/" # Reload Nginx and regenerate SSOwat conf +sudo service php5-fpm restart sudo service nginx reload sudo yunohost app ssowatconf