]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dev/templates/default/passenger.conf.erb
Add a load more cookbooks to the public repository
[chef.git] / cookbooks / dev / templates / default / passenger.conf.erb
diff --git a/cookbooks/dev/templates/default/passenger.conf.erb b/cookbooks/dev/templates/default/passenger.conf.erb
new file mode 100644 (file)
index 0000000..42639f1
--- /dev/null
@@ -0,0 +1,7 @@
+# DO NOT EDIT - This file is being maintained by Chef
+
+<IfModule mod_passenger.c>
+  PassengerRoot /usr
+  PassengerRuby /usr/bin/ruby<%= node[:dev][:ruby] %>
+  PassengerUseGlobalQueue on
+</IfModule>