Slide 26
Slide 26 text
● Reverse proxy most often used with Gunicorn
is Nginx
● Very fast and battle-tested: “shields” our
Python code from the outside
● Can use it to do other useful stuff:
○ Serve static files (CSS, JS, fonts...)
○ Caching
○ Compression, SSL, more...