From 1d2b41d4ecc42c9e67ff227a1ba94ea3c60eb0ba Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Thu, 12 Oct 2017 22:19:05 +0200 Subject: [PATCH] Update install --- scripts/install | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/install b/scripts/install index babf797..e499ba2 100644 --- a/scripts/install +++ b/scripts/install @@ -98,6 +98,14 @@ ynh_add_nginx_config # Create a system user ynh_system_user_create $app + +#================================================= +# PHP-FPM CONFIGURATION +#================================================= + +# Create a dedicated php-fpm config +ynh_add_fpm_config + #================================================= # SPECIFIC SETUP #=================================================