More Info

This commit is contained in:
earnolmartin 2021-03-03 13:49:51 -07:00
parent 347a9751da
commit e1705129e8

View file

@ -14635,7 +14635,7 @@ function configtest_reload_webserver(){
}
system(getServiceActionStr("nginx", "configtest"),$ret);
$out=shell_exec(getServiceActionStr("nginx", "configtest") . ' 2>&1');
$out=shell_exec('nginx -T 2>&1');
if($ret<>0){
echo "\n $webserver configuration issue detected! There is an error in the config.\n";