From f7cede0c2a55a9932d6375264fe4e1dceaf1e0f0 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 16 Dec 2014 17:37:25 +0200 Subject: [PATCH] readme: Added Passenger Optimization Guide --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f10860cf..ca7bf3fc3 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,8 @@ Alternatively you can build up everything manually, required components: Registry application is not tested with multi-threaded system (such as Puma) and it's not officially supported. Please use multi-process system instead (Passenger, Unicorn, Mongrel) +We also recommend to investigate +[Passenger Optimization Guide](https://www.phusionpassenger.com/documentation/ServerOptimizationGuide.html) for proper configuration. ### Application build and update