mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
security fix / thanks to Christopher Tarquini
This commit is contained in:
parent
ba14a64499
commit
757e065602
636 changed files with 680 additions and 637 deletions
|
@ -61,7 +61,7 @@ fi
|
|||
for domain in $($BIN/v-list-web-domains $user plain |cut -f 1); do
|
||||
if [ ! -z "$WEB_BACKEND" ]; then
|
||||
template=$(get_object_value 'web' 'DOMAIN' "$domain" '$BACKEND')
|
||||
$BIN/v-add-web-domain-backend $user $domain $template
|
||||
$BIN/v-add-web-domain-backend $user $domain $template $restart
|
||||
fi
|
||||
rebuild_web_domain_conf
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue