templates/passenger_nginx/config/rubber/role/passenger_nginx/application.conf in rubber-2.2.4 vs templates/passenger_nginx/config/rubber/role/passenger_nginx/application.conf in rubber-2.3.0
- old
+ new
@@ -2,11 +2,11 @@
@path = "/etc/nginx/rubber/application.conf"
%>
server_name <%= [ rubber_env.domain, rubber_env.web_aliases ].flatten.compact.join(" ") %>;
passenger_enabled on;
-
passenger_min_instances 1;
+passenger_set_cgi_param HTTP_X_QUEUE_START "t=${msec}000";
root <%= Rubber.root + "/public" %>;
# this rewrites all the requests to the maintenance.html
# page if it exists in the doc root. This is for capistrano's