From eec213880dd4001cb8c57ccf4941c2cbbb1bad70 Mon Sep 17 00:00:00 2001 From: gyurix Date: Fri, 30 Sep 2022 09:04:11 +0000 Subject: [PATCH] Fixing https port --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": "",