diff --git a/scripts/install b/scripts/install index d5d8b59..c6b6e22 100644 --- a/scripts/install +++ b/scripts/install @@ -43,21 +43,9 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=1 # Create a dedicated PHP-FPM config ynh_add_fpm_config --usage=low --footprint=low -#================================================= -# NGINX CONFIGURATION -#================================================= -ynh_script_progression --message="Configuring NGINX web server..." --weight=1 - # Create a dedicated NGINX config ynh_add_nginx_config -#================================================= -# SPECIFIC SETUP -#================================================= -# SET THE CRON FILE -#================================================= -ynh_script_progression --message="Setting the cron file..." --weight=1 - ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" #=================================================