From 4f5a69ab7fffdace75e2138b5708b435f0d2573b Mon Sep 17 00:00:00 2001 From: JSoi Date: Wed, 27 Jul 2022 18:24:59 +0900 Subject: [PATCH] =?UTF-8?q?#42=20[Update]=20IP=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=EC=8B=9C=EB=8F=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/switch.sh b/scripts/switch.sh index 5bee6b5..cab5a3a 100644 --- a/scripts/switch.sh +++ b/scripts/switch.sh @@ -19,7 +19,7 @@ else fi # Change proxying port into target port -echo "set \$service_url http://127.0.0.1:${TARGET_PORT};" | sudo tee /home/ubuntu/service_url.inc +echo "set \$service_url http://3.36.221.172:${TARGET_PORT};" | sudo tee /home/ubuntu/service_url.inc echo "> Now Nginx proxies to ${TARGET_PORT}."