From b6187412a0565baa031eb3a225ec07e6d5e00729 Mon Sep 17 00:00:00 2001 From: quackerd Date: Wed, 30 Nov 2022 14:22:07 +0000 Subject: [PATCH] Update 'image/nginx/nginx.conf' --- image/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/nginx/nginx.conf b/image/nginx/nginx.conf index ae11bde..03b45d0 100644 --- a/image/nginx/nginx.conf +++ b/image/nginx/nginx.conf @@ -28,7 +28,7 @@ http { server_name _; access_log /opt/config/logs/nginx/access.log; if ($external) { - return 301 https://$host$request_uri:443; + return 301 https://$host$request_uri:8443; } location / {