Hacker News new | ask | show | jobs
by moatra 5143 days ago
I'm somewhat confused. If both the django and flask app are running and you visit "mygreatstartup.com", which app will you see?
1 comments

Since requests to mygreatstartup.com go to nginx (and get routed from there to any back-end servers you may have), that depends entirely on how you've got nginx configured.