From 7afc32917d753f65853acd258583a6a86a859beb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 18 May 2019 05:02:51 +0200 Subject: [PATCH] Reorder php-fpm --- scripts/install | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/install b/scripts/install index d7284f3..2f090bf 100644 --- a/scripts/install +++ b/scripts/install @@ -100,14 +100,6 @@ ynh_print_info --message="Installing PHP 7.2..." ynh_install_php --phpversion="7.2" --package="$extra_pkg_dependencies" -#================================================= -# PHP-FPM CONFIGURATION -#================================================= -ynh_print_info --message="Configuring php-fpm..." - -# Create a dedicated php-fpm config -ynh_add_fpm_config --phpversion="7.2" - #================================================= # SPECIFIC SETUP #================================================= @@ -189,6 +181,14 @@ ynh_store_file_checksum --file="$final_path/$app/sites/default/settings.php" #================================================= # GENERIC FINALIZATION +#================================================= +# PHP-FPM CONFIGURATION +#================================================= +ynh_print_info --message="Configuring php-fpm..." + +# Create a dedicated php-fpm config +ynh_add_fpm_config --phpversion="7.2" + #================================================= # SECURE FILES AND DIRECTORIES #=================================================