From 13bc45054e87dcc977bf38c8a81b1a6a15d11073 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 23 Feb 2022 12:33:16 +0100 Subject: [PATCH] Cleanup PHP-FPM --- scripts/restore | 2 +- scripts/upgrade | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) 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 #=================================================