Fixing https port

This commit is contained in:
2022-09-30 09:04:11 +00:00
parent 53591c7ee7
commit eec213880d

View File

@@ -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": "",