Skip to content

Instantly share code, notes, and snippets.

@rhaamo
Created June 17, 2010 13:56
Show Gist options
  • Save rhaamo/442152 to your computer and use it in GitHub Desktop.
Save rhaamo/442152 to your computer and use it in GitHub Desktop.
% cat /usr/pkg/etc/thin/bavomatic.yml
---
pid: pids/thin.pid
timeout: 30
wait: 30
log: logs/thin.log
max_conns: 1024
require: []
rackup: bavomatic.ru
max_persistent_conns: 512
environment: production
servers: 1
daemonize: true
chdir: /home/bavomatic/bavomatic
socket: /tmp/thin.bavomatic.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment