Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrimeJnr authored Aug 12, 2024
1 parent c258eac commit 5c5e6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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://app:5000;
proxy_pass http://localhost:5000;
}
}
}

0 comments on commit 5c5e6a1

Please sign in to comment.