Browse Source

No need to reload nginx/php-fpm, the helpers already handle it

Alexandre Aubin 4 years ago
parent
commit
34abf52162
1 changed files with 0 additions and 8 deletions
  1. 0 8
      scripts/install

+ 0 - 8
scripts/install

@@ -324,14 +324,6 @@ else
 fi
 
 #=================================================
-# RELOAD NGINX AND PHP-FPM
-#=================================================
-ynh_script_progression --message="Reloading nginx web server..."
-
-ynh_systemd_action --service_name=php$phpversion-fpm --action=reload
-ynh_systemd_action --service_name=nginx --action=reload
-
-#=================================================
 # END OF SCRIPT
 #=================================================