From 1ceed48fc308d6fbcff3d3e51059ae0a280cde4f Mon Sep 17 00:00:00 2001 From: JSoi Date: Wed, 27 Jul 2022 18:39:31 +0900 Subject: [PATCH] =?UTF-8?q?#42=20[Update]=20Undo=20IP=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=20=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 cab5a3a..5bee6b5 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://3.36.221.172:${TARGET_PORT};" | sudo tee /home/ubuntu/service_url.inc +echo "set \$service_url http://127.0.0.1:${TARGET_PORT};" | sudo tee /home/ubuntu/service_url.inc echo "> Now Nginx proxies to ${TARGET_PORT}."