From 437cb081ae1bd43c8809bb10d35e97945ac9f10a Mon Sep 17 00:00:00 2001 From: hgkim Date: Tue, 17 Feb 2026 20:34:46 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20nginx=20=ED=94=84=EB=A1=9D=EC=8B=9C?= =?UTF-8?q?=EC=97=90=20SNI=20=ED=99=9C=EC=84=B1=ED=99=94=20(Envoy=20Gatewa?= =?UTF-8?q?y=20=ED=98=B8=ED=99=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- nginx.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf.template b/nginx.conf.template index eafed5e..55a7d07 100644 --- a/nginx.conf.template +++ b/nginx.conf.template @@ -14,6 +14,7 @@ server { # API Proxy location /admin/api/ { proxy_pass ${API_BASE_URL}; + proxy_ssl_server_name on; proxy_http_version 1.1; proxy_set_header Host $proxy_host; proxy_set_header X-Real-IP $remote_addr; From c33f8673577047907d76f181b1aa48dc0242e79e Mon Sep 17 00:00:00 2001 From: hgkim Date: Tue, 17 Feb 2026 20:35:50 +0900 Subject: [PATCH 2/2] chore: update version to 1.0.3 --- VERSION | 2 +- git.environment-variables | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c2320f5..e4c0d46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.20 +1.0.3 \ No newline at end of file diff --git a/git.environment-variables b/git.environment-variables index 7d1d187..f649a36 160000 --- a/git.environment-variables +++ b/git.environment-variables @@ -1 +1 @@ -Subproject commit 7d1d187cdab89652fd0e9b75f29b222c7b6acc06 +Subproject commit f649a363ffea86ecf2e19a09cd936362acbd47d2