From 9a0297e772009f865fcfd345c88605ae96d27d1b Mon Sep 17 00:00:00 2001 From: Ogu1208 Date: Thu, 5 Sep 2024 21:27:47 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20nginx.conf=20proxy=20pass=20=EA=B2=BD?= =?UTF-8?q?=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.d/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf.d/nginx.conf b/nginx/conf.d/nginx.conf index bc1d943..49bb038 100644 --- a/nginx/conf.d/nginx.conf +++ b/nginx/conf.d/nginx.conf @@ -4,7 +4,7 @@ server { access_log off; location / { - proxy_pass http://localhost:8080; + proxy_pass http://clothstar-springboot-dev:8080; proxy_set_header Host $host:$server_port; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr;