diff --git a/scripts/install b/scripts/install index 8575319..6c61422 100644 --- a/scripts/install +++ b/scripts/install @@ -51,13 +51,6 @@ ynh_add_config --template="../conf/config.json" --destination="$install_dir/conf chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" -#================================================= -# RELOAD NGINX -#================================================= -ynh_script_progression --message="Reloading NGINX web server..." --weight=1 - -ynh_systemd_action --service_name=nginx --action=reload - #================================================= # END OF SCRIPT #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 0f37167..297e885 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -69,13 +69,6 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." - # Create a dedicated NGINX config ynh_add_nginx_config -#================================================= -# RELOAD NGINX -#================================================= -ynh_script_progression --message="Reloading NGINX web server..." --weight=1 - -ynh_systemd_action --service_name=nginx --action=reload - #================================================= # END OF SCRIPT #=================================================