mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
PROXY_SYSTEM instead of PROXY_SSL fixes #305
This commit is contained in:
parent
164450634a
commit
9a84ee4cca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue