Skip to content

Commit

Permalink
chore: localhost로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent 4987cfd commit 034e1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layer-api/infra/production/nginx.blue.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ events { }

http {
upstream layer-api {
server http://127.0.0.1:8081;
server localhost:8081;
}

server {
Expand Down
2 changes: 1 addition & 1 deletion layer-api/infra/production/nginx.green.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ events { }

http {
upstream layer-api {
server http://127.0.0.1:8080;
server localhost:8080;
}

server {
Expand Down

0 comments on commit 034e1ce

Please sign in to comment.