From f544bb88758d05cef089cd1160e835a617056133 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Sun, 3 May 2020 12:03:47 +0200 Subject: [PATCH] add back php fpm config removal --- scripts/remove | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/remove b/scripts/remove index 61c4612..fb9b43c 100755 --- a/scripts/remove +++ b/scripts/remove @@ -59,6 +59,14 @@ ynh_script_progression --message="Removing nginx web server configuration..." -- # Remove the dedicated nginx config ynh_remove_nginx_config +#================================================= +# REMOVE PHP-FPM CONFIGURATION +#================================================= +ynh_script_progression --message="Removing php-fpm configuration..." --time --weight=1 + +# Remove the dedicated php-fpm config +ynh_remove_fpm_config + #================================================= # REMOVE LOGROTATE CONFIGURATION #=================================================