mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
restart webserver if docroot has changed
This commit is contained in:
parent
515b28cc75
commit
82b51724a7
1 changed files with 2 additions and 0 deletions
|
@ -432,6 +432,8 @@ if (!empty($_POST['save'])) {
|
|||
exec (VESTA_CMD."v-change-web-domain-sslhome ".$user." ".$v_domain." ".$v_ssl_home." 'no'", $output, $return_var);
|
||||
check_return_code($return_var,$output);
|
||||
$v_ssl_home = $_POST['v_ssl_home'];
|
||||
$restart_web = 'yes';
|
||||
$restart_proxy = 'yes';
|
||||
unset($output);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue