1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framaforms_ynh.git synced 2024-09-03 18:36:12 +02:00

Fix php-fpm restoration

This commit is contained in:
Salamandar 2024-03-18 13:23:11 +01:00
parent 6cb2b2b8f3
commit 7880ce3c8f

View file

@ -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"