568 points by huang_chung 45 days ago | 227 comments
Dissecting Puma: Anatomy of a Ruby Web Server(dansvetlov.me) Puma is the most popular1 web server for running Ruby applications. If you’ve recently started working on a new Rails application, chances are you’re using Puma to serve HTTP traffic, as it is the default Ruby on Rails server. Puma has stood the test of time, having gone through three major Ruby versions and been around for over 15 years, making it a treasure trove of interesting and mature design decisions.
68 points by thunderbong 184 days ago | 30 comments
Customizing Nginx Logs: A Comprehensive Guide(betterstack.com) Nginx, like most applications, records a wealth of data related to client interactions, system events, and potential errors. However, this data's potential can only be fully realized through proper configuration, management, and analysis.