Welcome to my Django App!
- Your HTTP requests hit Nginx.
- Nginx forwards your request to the Django URL router.
- Once your request is complete, Gunicorn serves the HTML content to Nginx.
- Nginx then serves the HTML response back to you!
- You can interact with the app directly here