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:
parent
5b5a7a79be
commit
c247f64bde
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue