added template trigger for nginx templates

This commit is contained in:
Serghey Rodin 2013-06-10 10:59:35 +03:00
commit ca85e44d2a
3 changed files with 15 additions and 0 deletions

View file

@ -86,6 +86,11 @@ if [ "$SSL" = 'yes' ]; then
fi
fi
# Running template trigger
if [ -x $WEBTPL/$PROXY_SYSTEM/$template.sh ]; then
$WEBTPL/$PROXY_SYSTEM/$template.sh $user $domain $ip $HOMEDIR $docroot
fi
#----------------------------------------------------------#
# Vesta #