We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515b28c commit 82b5172Copy full SHA for 82b5172
web/edit/web/index.php
@@ -432,6 +432,8 @@
432
exec (VESTA_CMD."v-change-web-domain-sslhome ".$user." ".$v_domain." ".$v_ssl_home." 'no'", $output, $return_var);
433
check_return_code($return_var,$output);
434
$v_ssl_home = $_POST['v_ssl_home'];
435
+ $restart_web = 'yes';
436
+ $restart_proxy = 'yes';
437
unset($output);
438
}
439
0 commit comments