mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
check for nginxless setup
This commit is contained in:
parent
c3e89977a3
commit
11c8153a48
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ shell_list_wtpl() {
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
||||||
# Proxy templates
|
# Proxy templates
|
||||||
|
if [ -z "$PROXY_SYSTEM" ]; then
|
||||||
|
exit
|
||||||
|
fi
|
||||||
templates=$(ls -t $WEBTPL/$PROXY_SYSTEM |\
|
templates=$(ls -t $WEBTPL/$PROXY_SYSTEM |\
|
||||||
cut -f1 -d . |\
|
cut -f1 -d . |\
|
||||||
grep -v proxy_ip |\
|
grep -v proxy_ip |\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue