From d7271b65afda416ce21810d090e6d897497e1142 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Fri, 18 Aug 2023 10:19:31 +0200 Subject: [PATCH] Update the nginx to be reload and not restart --- scripts/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config b/scripts/config index 278b74e..0958338 100644 --- a/scripts/config +++ b/scripts/config @@ -160,7 +160,7 @@ ynh_app_config_apply() { then ynh_secure_remove --file="$nginx_extra_conf_dir/error-code.conf" fi - ynh_systemd_action --service_name=nginx --action=restart + ynh_systemd_action --service_name=nginx --action=reload fi if [ "$phpversion" != "none" ]