Skip to content

Commit

Permalink
Merge pull request #4263 from brecke/issue-4262
Browse files Browse the repository at this point in the history
chore: changed default port to match Hilary's
  • Loading branch information
brecke authored Dec 15, 2021
2 parents 857b084 + 9157ce1 commit 1218c59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ http {
####################

upstream globaladminworkers {
server 127.0.0.1:2000;
server 127.0.0.1:3000;
# Add extra app nodes here.
}

Expand Down Expand Up @@ -267,7 +267,7 @@ http {
####################

upstream tenantworkers {
server 127.0.0.1:2001;
server 127.0.0.1:3001;
# Add extra app nodes here.
}

Expand Down
4 changes: 2 additions & 2 deletions nginx/nginx.docker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ http {
####################

upstream globaladminworkers {
server host.docker.internal:2000;
server host.docker.internal:3000;
# Add extra app nodes here.
}

Expand Down Expand Up @@ -268,7 +268,7 @@ http {
####################

upstream tenantworkers {
server host.docker.internal:2001;
server host.docker.internal:3001;
# Add extra app nodes here.
}

Expand Down

0 comments on commit 1218c59

Please sign in to comment.