Nginx — Easy Playground
Reverse proxy and load balancer commonly placed in front of Python WSGI/ASGI servers
What is Nginx?Run locally
Install
sudo apt install nginxPython CodeRun locally
Nginx is part of the Python ecosystem. Reverse proxy and load balancer commonly placed in front of Python WSGI/ASGI servers.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?