Skip to content

Commit 9a84ee4

Browse files
committed
PROXY_SYSTEM instead of PROXY_SSL fixes hestiacp#305
1 parent 1644506 commit 9a84ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-suspend-web-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fi
7373

7474
# Checking proxy SSL
7575
if [ ! -z "$PROXY" ] && [ "$SSL" = 'yes' ]; then
76-
tpl_file="$WEBTPL/$PROXY_SSL/$PROXY.stpl"
76+
tpl_file="$WEBTPL/$PROXY_SYSTEM/$PROXY.stpl"
7777
conf="$HOMEDIR/$user/conf/web/s$PROXY_SYSTEM.conf"
7878
del_web_config
7979
add_web_config

0 commit comments

Comments
 (0)