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 83d6bca commit 25244fa
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 25244fa

Please sign in to comment.