diff --git a/entrypoint.sh b/entrypoint.sh index a343566..20a33b8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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": "",