From 661f75f5472a24050f6bcc39dac0efee2f8a864f Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Wed, 11 Dec 2024 22:33:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20dev=20>=20nginx.conf=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layer-api/infra/development/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layer-api/infra/development/nginx.conf b/layer-api/infra/development/nginx.conf index fabe06a6..530c5113 100644 --- a/layer-api/infra/development/nginx.conf +++ b/layer-api/infra/development/nginx.conf @@ -12,7 +12,7 @@ http { # api.layerapp.io에 대한 서버 블록 server { listen 80; - server_name api.layerapp.io; + server_name stgapi.layerapp.io; location / { proxy_pass http://layer-api;