From d06ab7806d05cccc3297fa9fe28dec352a175a56 Mon Sep 17 00:00:00 2001 From: wellbeing-dough Date: Tue, 30 Apr 2024 22:05:21 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20dns=EA=B2=BD=EB=A1=9C=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 --- .platform/nginx/conf.d/elasticbeanstalk/myconf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.platform/nginx/conf.d/elasticbeanstalk/myconf.conf b/.platform/nginx/conf.d/elasticbeanstalk/myconf.conf index 59d1fcf..f0a3b89 100644 --- a/.platform/nginx/conf.d/elasticbeanstalk/myconf.conf +++ b/.platform/nginx/conf.d/elasticbeanstalk/myconf.conf @@ -2,7 +2,7 @@ server { client_max_body_size 20M; location /events { - proxy_pass http://jurumarble-env.eba-dy66sjwx.ap-northeast-2.elasticbeanstalk.com; + proxy_pass dualstack.awseb--awseb-offu1gzxgujh-284158038.ap-northeast-2.elb.amazonaws.com.; proxy_http_version 1.1; proxy_set_header Connection ""; proxy_buffering off;