1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpinfo_ynh.git synced 2024-09-03 19:56:23 +02:00

Update install

Remove FPM footprint and usage
This commit is contained in:
CodeShakingSheep 2024-08-26 19:22:07 -05:00 committed by GitHub
parent dca7738b04
commit 684c480dcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,16 +27,9 @@ chown -R $app:www-data "$install_dir"
#=================================================
ynh_script_progression --message="Configuring PHP-FPM..."
fpm_footprint="low"
fpm_free_footprint=0
fpm_usage="low"
ynh_app_setting_set --app=$app --key=fpm_footprint --value=$fpm_footprint
ynh_app_setting_set --app=$app --key=fpm_free_footprint --value=$fpm_free_footprint
ynh_app_setting_set --app=$app --key=fpm_usage --value=$fpm_usage
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion
ynh_add_fpm_config --phpversion=$phpversion
# Create a dedicated NGINX config
ynh_add_nginx_config