From 9a84ee4cca719943c3bb1db717a693c3294feaa3 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 2 Feb 2015 22:30:42 +0200 Subject: [PATCH] PROXY_SYSTEM instead of PROXY_SSL fixes #305 --- bin/v-suspend-web-domain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-suspend-web-domain b/bin/v-suspend-web-domain index 7634e5fa5..4661cf017 100755 --- a/bin/v-suspend-web-domain +++ b/bin/v-suspend-web-domain @@ -73,7 +73,7 @@ fi # Checking proxy SSL if [ ! -z "$PROXY" ] && [ "$SSL" = 'yes' ]; then - tpl_file="$WEBTPL/$PROXY_SSL/$PROXY.stpl" + tpl_file="$WEBTPL/$PROXY_SYSTEM/$PROXY.stpl" conf="$HOMEDIR/$user/conf/web/s$PROXY_SYSTEM.conf" del_web_config add_web_config