From 9a7e3665d2f25a99648bc629cccbe6e05eba5441 Mon Sep 17 00:00:00 2001 From: "chosw1002@naver.com" Date: Tue, 16 Jan 2024 16:48:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20nginx.conf=EC=9D=98=20location=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 82b76dd..e5a1723 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,7 +5,7 @@ upstream backend { server{ listen 8080; - location / { + location /test { proxy_pass http://backend:8080; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;