Fixing https port
This commit is contained in:
@@ -136,8 +136,8 @@ if [ "$SMARTHOST_PROXY_PATH" != "" ]; then
|
|||||||
"ALIASES_HTTP": [ ],
|
"ALIASES_HTTP": [ ],
|
||||||
"ALIASES_HTTPS": [ ],
|
"ALIASES_HTTPS": [ ],
|
||||||
"LOCAL_IP": "'$TARGET_IP_1'",
|
"LOCAL_IP": "'$TARGET_IP_1'",
|
||||||
"HTTP_PORT": "'$PORT'",
|
"HTTP_PORT": "",
|
||||||
"HTTPS_PORT": "443",
|
"HTTPS_PORT": "'$PORT'",
|
||||||
"ERROR_PAGE": "",
|
"ERROR_PAGE": "",
|
||||||
"REDIRECT_HTTP": "https://'$DOMAIN'",
|
"REDIRECT_HTTP": "https://'$DOMAIN'",
|
||||||
"REDIRECT_HTTPS": "",
|
"REDIRECT_HTTPS": "",
|
||||||
|
Reference in New Issue
Block a user