f93d20903f
Phusion Passenger is an Nginx module, which makes deploying Ruby and Ruby on Rails applications on Nginx a breeze. It follows the usual Ruby on Rails conventions, such as "Don't-Repeat-Yourself" and ease of setup, while at the same time providing enough flexibility. Tested by many. With hints from Jeremy Evans and msf@.
13 lines
434 B
Plaintext
13 lines
434 B
Plaintext
$OpenBSD: patch-ext_nginx_HelperServer_cpp,v 1.1.1.1 2009/08/20 20:36:12 bernd Exp $
|
|
--- ext/nginx/HelperServer.cpp.orig Wed Jun 10 10:12:29 2009
|
|
+++ ext/nginx/HelperServer.cpp Tue Jun 23 23:05:05 2009
|
|
@@ -709,7 +709,7 @@ class Server { (public)
|
|
}
|
|
|
|
pool = ptr(new StandardApplicationPool(
|
|
- rootDir + "/bin/passenger-spawn-server",
|
|
+ rootDir + "/passenger-spawn-server",
|
|
"", ruby
|
|
));
|
|
pool->setMax(maxPoolSize);
|