diff --git a/scripts/restore b/scripts/restore index 264c294..3072622 100755 --- a/scripts/restore +++ b/scripts/restore @@ -128,7 +128,7 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$ap #================================================= # GENERIC FINALIZATION #================================================= -# RELOAD NGINX AND PHP-FPM +# RELOAD NGINX #================================================= ynh_script_progression --message="Reloading NGINX web server..." --time --weight=1 diff --git a/scripts/upgrade b/scripts/upgrade index 87dd3b1..a2bcd37 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -108,14 +108,6 @@ ynh_install_app_dependencies $pkg_dependencies ynh_install_nodejs --nodejs_version=$NODEJS_VERSION -#================================================= -# PHP-FPM CONFIGURATION -#================================================= -ynh_script_progression --message="Upgrading PHP-FPM configuration..." --time --weight=1 - -# Create a dedicated PHP-FPM config -ynh_add_fpm_config - #================================================= # SPECIFIC UPGRADE #=================================================