diff --git a/scripts/restore b/scripts/restore index 4ce9e03..ed1f756 100755 --- a/scripts/restore +++ b/scripts/restore @@ -95,6 +95,13 @@ cd $final_path && sudo /usr/bin/php7.1 artisan migrate --force # Restore permissions on app files chown -R $app: $final_path +#================================================= +# RESTORE THE PHP-FPM CONFIGURATION +#================================================= + +ynh_restore_file "/etc/php/7.1/fpm/pool.d/$app.conf" +ynh_restore_file "/etc/php/7.1/fpm/conf.d/20-$app.ini" + #================================================= # RESTORE THE CRON FILE #=================================================