Skip to content

Commit

Permalink
Merge pull request #775 from hngprojects/destinedcodes-patch-1
Browse files Browse the repository at this point in the history
Update nginx.conf
  • Loading branch information
Homoakin619 authored Aug 12, 2024
2 parents 83d6bca + a7c9f22 commit 5b2f260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ http {
listen 80;

location / {
proxy_pass http://localhost:5000;
proxy_pass http://app:5000;
}
}
}

0 comments on commit 5b2f260

Please sign in to comment.