mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
renamed nginx templates
This commit is contained in:
parent
9b5caa198c
commit
2cf57ee94f
3 changed files with 7 additions and 5 deletions
|
@ -590,9 +590,9 @@ is_template_valid() {
|
|||
}
|
||||
|
||||
proxy_template() {
|
||||
tpl="$V_WEBTPL/ngingx_vhost-$template.tpl"
|
||||
descr="$V_WEBTPL/ngingx_vhost-$template.descr"
|
||||
ssl="$V_WEBTPL/ngingx_vhost-$template.ssl.tpl"
|
||||
tpl="$V_WEBTPL/ngingx_vhost_$template.tpl"
|
||||
descr="$V_WEBTPL/ngingx_vhost_$template.descr"
|
||||
ssl="$V_WEBTPL/ngingx_vhost_$template.ssl.tpl"
|
||||
|
||||
if [ ! -e $tpl ] || [ ! -e $descr ] || [ ! -e $ssl ]; then
|
||||
echo "Error: template not found"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue