From aac45dcf3c7f5bfab17f334bd2d340b8c0ae748e Mon Sep 17 00:00:00 2001 From: hoon Date: Sat, 20 Jan 2024 18:11:39 +0900 Subject: [PATCH] =?UTF-8?q?refactor=20:=20=EA=B0=9C=EB=B0=9C=20nginx=20?= =?UTF-8?q?=EC=A3=BC=EC=84=9D=20=EC=88=98=EC=A0=95=20(#67)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/nginx.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 7e278f7..a0f3503 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -4,12 +4,11 @@ events { http { - # -------------------- spring-boot-prod WAS -------------------- + # -------------------- spring-boot-dev WAS -------------------- upstream backend { server server:8080; } - # -------------------- spring-boot-dev WAS -------------------- server { listen 80; server_name dev.nainga.store;