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 4922062 commit f59ebc4Copy full SHA for f59ebc4
bin/v-update-sys-ip
@@ -52,7 +52,6 @@ if [ ! -z "$new" ]; then
52
if [ -e "$old.conf" ]; then
53
mv $old.conf $new.conf
54
sed -i "s/$old/$new/g" $new.conf
55
- $BIN/v-restart-proxy
56
fi
57
58
@@ -67,6 +66,7 @@ if [ ! -z "$new" ]; then
67
66
for user in $(ls $VESTA/data/users/); do
68
$BIN/v-rebuild-web-domains $user no
69
done
+ $BIN/v-restart-proxy
70
$BIN/v-restart-web
71
72
0 commit comments