Skip to content

Instantly share code, notes, and snippets.

@JoshMcKin
Created January 28, 2011 21:57
Show Gist options
  • Save JoshMcKin/801076 to your computer and use it in GitHub Desktop.
Save JoshMcKin/801076 to your computer and use it in GitHub Desktop.
thin yml
---
chdir: /home/user/application_name/current
environment: sit
address: 0.0.0.0
port: 5000
timeout: 30
log: log/thin.log
pid: tmp/pids/thin.pid
max_conns: 1024
max_persistent_conns: 512
require: []
wait: 5
servers: 1
daemonize: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment