1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/X-prober_ynh.git synced 2024-09-03 20:36:04 +02:00

phpfpm config fix

This commit is contained in:
jarod5001 2022-03-19 10:22:33 +01:00 committed by GitHub
parent 4005082314
commit 997fb4bcc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1 ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1
# Create a dedicated PHP-FPM config # Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion ynh_add_fpm_config --usage=low --footprint=low --phpversion=$phpversion
#================================================= #=================================================
# SPECIFIC UPGRADE # SPECIFIC UPGRADE