openbsd-ports/www/ruby-passenger/patches/patch-ext_nginx_HelperServer_cpp
bernd f93d20903f Initial import of ruby-passenger-2.2.4.
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@.
2009-08-20 20:36:12 +00:00

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);