Skip to content

Commit

Permalink
nginx에서 사용하던 부분 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yujung7768903 committed Oct 12, 2024
1 parent ea9331a commit e803ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_new_was.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ shopt -q login_shell && echo "Login shell" || echo "Non-login shell"
PROJECT_ROOT="/home/ec2-user/backend"
JAR_FILE="$PROJECT_ROOT/build/libs/backend-0.0.1-SNAPSHOT.jar"

CURRENT_PORT=$(cat /home/ec2-user/service_url.inc | grep -Po '[0-9]+' | tail -1)
#CURRENT_PORT=$(cat /home/ec2-user/service_url.inc | grep -Po '[0-9]+' | tail -1)
TARGET_PORT=8080

#echo "> Current port of running WAS is ${CURRENT_PORT}."
Expand Down

0 comments on commit e803ca2

Please sign in to comment.