Skip to content

Instantly share code, notes, and snippets.

@auser
Created September 8, 2008 19:33
Show Gist options
  • Save auser/9513 to your computer and use it in GitHub Desktop.
Save auser/9513 to your computer and use it in GitHub Desktop.
pool :app do
plugin_directory File.join(File.dirname(__FILE__), "plugins")
instances 2..10
cloud :app do
apache do
enable_php
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment