This commit is contained in:
Alexey Berezhok
2026-05-03 23:58:54 +03:00
parent 3c5a5924d6
commit 3263dbecab
4 changed files with 22 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ check_result $? "Proxy restart failed" > /dev/null
# Execute bunkerweb_module if it's enabled
module_state=$($BIN/v-ext-modules state bunkerweb_module json | jq -r '.[0].STATE')
if [ "$module_state" = "enabled" ]; then
get_domain_values 'web'
$BIN/v-ext-modules-run bunkerweb_module alias "$domain" "$ALIAS"
fi