lib/phusion_passenger/templates/standalone/config.erb in passenger-3.0.4 vs lib/phusion_passenger/templates/standalone/config.erb in passenger-3.0.5
- old
+ new
@@ -84,10 +84,10 @@
passenger_enabled on;
rails_env <%= app[:env] %>;
passenger_spawn_method <%= app[:spawn_method] %>;
<% if app[:min_instances] %>passenger_min_instances <%= app[:min_instances] %>;<% end %>
<% if app[:union_station_key] %>
- passenger_analytics on;
+ union_station_support on;
union_station_key <%= app[:union_station_key] %>;
<% end %>
}
<% end %>
}