1
0
Fork 0
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:
CodeShakingSheep 2024-08-26 13:21:36 -05:00 committed by GitHub
parent d40c64d3df
commit 5b5a7a79be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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