Ver código fonte

PROXY_SYSTEM instead of PROXY_SSL fixes #305

Serghey Rodin 11 anos atrás
pai
commit
9a84ee4cca
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      bin/v-suspend-web-domain

+ 1 - 1
bin/v-suspend-web-domain

@@ -73,7 +73,7 @@ fi
 
 
 # Checking proxy SSL
 # Checking proxy SSL
 if [ ! -z "$PROXY" ] && [ "$SSL" = 'yes' ]; then
 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"
     conf="$HOMEDIR/$user/conf/web/s$PROXY_SYSTEM.conf"
     del_web_config
     del_web_config
     add_web_config
     add_web_config