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:
parent
bcdf80162f
commit
d7271b65af
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue