diff --git a/inc/sites.inc b/inc/sites.inc index cf49f4cd..38c75d0f 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -684,7 +684,7 @@ SITEINFO(){ server=${server#*\"}; server=${server%\"*} scheme=$(echo "${siteconfig}" | grep 'set $forward_scheme') scheme=${scheme##* }; scheme=${scheme%;*} - porty=$(echo "${siteconfig}" | grep 'set $port') + port=$(echo "${siteconfig}" | grep 'set $port') port=${port##* }; port=${port%;*} proxyhost="${scheme}://${server}:${port}" else