1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00
This commit is contained in:
Éric Gaspar 2023-03-05 12:55:07 +01:00
parent b4a8ea5b5b
commit bbcb258b31
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Configuring PHP-FPM..." --weight=2
# Create a dedicated PHP-FPM config
ynh_add_fpm_config
ynh_add_fpm_config --usage=$low --footprint=$low
#=================================================
# ADD A CONFIGURATION

View file

@ -36,7 +36,7 @@ chown -R $app:www-data "$install_dir"
ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=4
# Create a dedicated PHP-FPM config
ynh_add_fpm_config
ynh_add_fpm_config --usage=$low --footprint=$low
#=================================================
# NGINX CONFIGURATION