Skip to content

Instantly share code, notes, and snippets.

@aleccool213
Last active August 29, 2015 14:10
Show Gist options
  • Save aleccool213/fe3a15468378556faf81 to your computer and use it in GitHub Desktop.
Save aleccool213/fe3a15468378556faf81 to your computer and use it in GitHub Desktop.
thin config file
---
chdir: /Users/"username-here"/"route-to-app-here"
environment: development
address: 0.0.0.0
port: 3000
timeout: 30
log: log/thin/thin.log
pid: tmp/thin/thin.pid
max_conns: 1024
max_persistent_conns: 512
require: []
wait: 30
servers: 1
daemonize: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment