Sha256: ba459a756d0f58656dfd8b8ce53ef54a6ecb39f770dfa11cc67b62004a7654e7

Contents?: true

Size: 443 Bytes

Versions: 46

Compression:

Stored size: 443 Bytes

Contents

---
adapter: rails
chdir: <%= current_path %>
environment: <%= rails_env %>
rackup: <%= current_path %>/config.ru
timeout: 30
# address: 127.0.0.1
# port: 4000
log: <%= deploy_to %>/shared/log/thin_<%= app_name %>.log
pid: <%= deploy_to %>/shared/pids/thin_<%= app_name %>.pid
max_conns: 1024
max_persistent_conns: 512
require: []
wait: 90
servers: <%= app_instances %>
user: <%= user %>
socket: /tmp/thin.<%= app_name %>.sock
daemonize: true

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
magic_recipes-0.0.26 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.25 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.24 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.23 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.22 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.21 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.20 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.19 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.18 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.17 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.16 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.15 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.14 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.13 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.12 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.11 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.10 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.9 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.8 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.7 lib/magic_recipes/templates/thin_app_yml.erb