mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-07 14:56:42 +02:00
check for nginxless setup
This commit is contained in:
@@ -49,6 +49,9 @@ shell_list_wtpl() {
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Proxy templates
|
||||
if [ -z "$PROXY_SYSTEM" ]; then
|
||||
exit
|
||||
fi
|
||||
templates=$(ls -t $WEBTPL/$PROXY_SYSTEM |\
|
||||
cut -f1 -d . |\
|
||||
grep -v proxy_ip |\
|
||||
|
||||
Reference in New Issue
Block a user