DESCR-passenger 712 B

1234567891011121314
  1. This is the nginx module adding support for Phusion Passenger.
  2. Phusion Passenger is a web server and application server, designed to be fast,
  3. robust and lightweight. It takes a lot of complexity out of deploying web apps,
  4. adds powerful enterprise-grade features that are useful in production, and makes
  5. administration much easier and less complex. Phusion Passenger supports Ruby,
  6. Python, Node.js and Meteor, and is being used by high-profile companies such as
  7. Apple, Pixar, New York Times, AirBnB, Juniper etc as well as over 350.000
  8. websites.
  9. What makes it so fast and reliable is its C++ core, its zero-copy architecture,
  10. its watchdog system and its hybrid evented, multi-threaded and multi-process
  11. design.