1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Update upgrade

Explicitly define PHP version for fpm during upgrade
This commit is contained in:
CodeShakingSheep 2024-08-26 13:22:14 -05:00 committed by GitHub
parent 5b5a7a79be
commit c247f64bde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -302,7 +302,7 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." -
# Create a dedicated php-fpm config
ynh_script_progression --message="Configuring application..."
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config --usage=low --footprint=low --phpversion=$phpversion
configure_nginx