From 94442eda8f7df057555bfbb2492079889651fd4b Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 20 Dec 2022 11:49:20 +0100 Subject: [PATCH] remove php stuff --- scripts/upgrade | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index f38c139..b3a26e3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -138,14 +138,6 @@ ynh_script_progression --message="Upgrading dependencies..." --weight=1 ynh_install_app_dependencies $pkg_dependencies -#================================================= -# PHP-FPM CONFIGURATION -#================================================= -ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1 - -# Create a dedicated PHP-FPM config -ynh_add_fpm_config - #================================================= # NGINX CONFIGURATION #=================================================