Skip to content

Commit

Permalink
Merge pull request #351 from hngprojects/staging
Browse files Browse the repository at this point in the history
Update dev with recent change from staging
  • Loading branch information
vicradon authored Aug 10, 2024
2 parents 63ea61a + 1147164 commit 9490274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nginx/nginx.prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ events { worker_connections 1024; }
http {
upstream backend {
least_conn;
server backend:8002;
server backend:7002;
}

server {
Expand Down
2 changes: 1 addition & 1 deletion nginx/nginx.staging.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ events { worker_connections 1024; }
http {
upstream backend {
least_conn;
server backend:8001;
server backend:7001;
}

server {
Expand Down

0 comments on commit 9490274

Please sign in to comment.