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