1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00
This commit is contained in:
Éric Gaspar 2023-09-11 18:06:52 +02:00
parent 74bf3c9f12
commit 3d84392560
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ chown -R $app:www-data "$install_dir"
ynh_script_progression --message="Adding system configurations related to $app..." --weight=1
# Create a dedicated PHP-FPM configy
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
# Create a dedicated nginx config
ynh_add_nginx_config

View file

@ -47,7 +47,7 @@ ynh_script_progression --message="Upgrading system configurations related to $ap
ynh_add_nginx_config
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
ynh_use_logrotate --non-append