Skip to content

Commit 82b5172

Browse files
author
Serghey Rodin
committed
restart webserver if docroot has changed
1 parent 515b28c commit 82b5172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/edit/web/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@
432432
exec (VESTA_CMD."v-change-web-domain-sslhome ".$user." ".$v_domain." ".$v_ssl_home." 'no'", $output, $return_var);
433433
check_return_code($return_var,$output);
434434
$v_ssl_home = $_POST['v_ssl_home'];
435+
$restart_web = 'yes';
436+
$restart_proxy = 'yes';
435437
unset($output);
436438
}
437439
}

0 commit comments

Comments
 (0)