mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
added template trigger for nginx templates
This commit is contained in:
parent
f1c54509f7
commit
ca85e44d2a
3 changed files with 15 additions and 0 deletions
|
@ -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 #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue