Skip to content

Commit

Permalink
chore: prod nginx conf 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent 29af651 commit dfe68e7
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 layer-api:8081;
server layer-api-blue: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 layer-api:8080;
server layer-api-green:8080;
}

server {
Expand Down

0 comments on commit dfe68e7

Please sign in to comment.