Skip to content

Instantly share code, notes, and snippets.

@gordonbisnor
Created June 3, 2009 04:18
Show Gist options
  • Save gordonbisnor/122784 to your computer and use it in GitHub Desktop.
Save gordonbisnor/122784 to your computer and use it in GitHub Desktop.
config.yml for Thin, Sinatra, Webfaction
---
environment: production
chdir: /home/me/webapps/myapp
address: 127.0.0.1
user: root
group: root
port: myport
rackup: /home/me/webapps/myapp/config/config.ru
log: /home/me/webapps/myapp/thin.log
max_conns: 1024
timeout: 30
max_persistent_conns: 512
daemonize: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment