mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update install
Explicitly define PHP version for fpm during install
This commit is contained in:
parent
d40c64d3df
commit
5b5a7a79be
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=2
|
||||||
# Create a dedicated php-fpm config
|
# Create a dedicated php-fpm config
|
||||||
ynh_script_progression --message="Configuring application..."
|
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
|
configure_nginx
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue