Skip to main content
Ryan Orban

Ryan Orban

Subject
2 entries

Nginx

Bookmarks

  1. nginx Architecture (AOSA Vol. 2)

    The nginx chapter from Architecture of Open Source Applications — Andrew Alexeev's deep dive into how nginx achieves high concurrency through event-driven, asynchronous I/O rather than the Apache thread-per-connection model. The clearest explanation of why nginx's design matters and what C10K forced people to rethink.

  2. Deploying Flask with uWSGI and nginx on Ubuntu

    A 2012 tutorial on deploying Flask applications behind nginx using uWSGI as the application server on Ubuntu. The canonical stack for Python web apps before Docker and cloud deployment made it simpler — and still the right choice for self-hosted production Flask.

All bookmarks