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 #=================================================