From 7880ce3c8fda4520eee24d89418cd3b7a278e4ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 18 Mar 2024 13:23:11 +0100 Subject: [PATCH] Fix php-fpm restoration --- scripts/restore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index b107310..70171b0 100644 --- a/scripts/restore +++ b/scripts/restore @@ -44,9 +44,7 @@ ynh_script_progression --message="Restoring system configurations related to $ap # Restore the file first, so it can have a backup if different ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" - -# Recreate a dedicated php-fpm config -# ynh_add_fpm_config --usage=low --footprint=low +ynh_add_fpm_config --usage=low --footprint=low ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"