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.1.17 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.16 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.15 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.14 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.13 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.11 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.10 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.9 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.8 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.7 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.6 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.5 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.4 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.3 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.2 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.1 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.1.0 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.29 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.28 lib/magic_recipes/templates/thin_app_yml.erb
magic_recipes-0.0.27 lib/magic_recipes/templates/thin_app_yml.erb