Sha256: ad6a3d1948e084f57cce28f843bc39f9f2cd9268258382885230ffe2129c66ce
Contents?: true
Size: 688 Bytes
Versions: 1
Compression:
Stored size: 688 Bytes
Contents
h1. nginx:mongrel "home":../index.html > "recipes":index.html > "nginx":nginx.html > mongrel h2. Tasks * "nginx:mongrel:setup":#nginx:mongrel:setup h2. Task documentation h3(#nginx:mongrel:setup). nginx:mongrel:setup Create and update the nginx vhost include. *mongrel_application*: Mongrel application. _Defaults to <tt>:application</tt>_ *mongrel_size*: Number of mongrels. @set :mongrel_size, 3@ *mongrel_port*: Starting port for mongrels. If there are 3 mongrels with port 9000, then instances will be at 9000, 9001, and 9002 @set :mongrel_port, 9000@ *domain_name*: Domain name for nginx virtual host, (without www prefix). @set :domain_name, "foo.com"@
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capitate-0.2.5 | docs/recipes/nginx-mongrel.txt |