1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

Update the nginx to be reload and not restart

This commit is contained in:
Aurelien Vaillant 2023-08-18 10:19:31 +02:00
parent bcdf80162f
commit d7271b65af

View file

@ -160,7 +160,7 @@ ynh_app_config_apply() {
then then
ynh_secure_remove --file="$nginx_extra_conf_dir/error-code.conf" ynh_secure_remove --file="$nginx_extra_conf_dir/error-code.conf"
fi fi
ynh_systemd_action --service_name=nginx --action=restart ynh_systemd_action --service_name=nginx --action=reload
fi fi
if [ "$phpversion" != "none" ] if [ "$phpversion" != "none" ]