scripts/passenger/nginx.conf in standup-0.5.4 vs scripts/passenger/nginx.conf in standup-0.5.5
- old
+ new
@@ -7,10 +7,10 @@
worker_connections 1024;
}
http {
passenger_root <%= scripts.ruby.info[:gem_dir] %>/passenger-3.0.7;
- passenger_ruby <%= scripts.ruby.info[:bin_ruby] %>;
+ passenger_ruby <%= scripts.ruby.info[:wrapper] %>;
include mime.types;
default_type application/octet-stream;
sendfile on;