Skip to content

Instantly share code, notes, and snippets.

@wilddima
Forked from IvanShamatov/app.yml
Created March 17, 2016 14:28
Show Gist options
  • Save wilddima/47481d8e57645564d5ad to your computer and use it in GitHub Desktop.
Save wilddima/47481d8e57645564d5ad to your computer and use it in GitHub Desktop.
---
chdir: /home/deployer/sinatraapp/
environment: production
timeout: 30
log: /home/deployer/sinatraapp/log/thin.log
pid: /home/deployer/sinatraapp/tmp/pids/thin.pid
socket: /home/deployer/sinatraapp/tmp/sockets/thin.sock
max_conns: 1024
max_persistent_conns: 10
require: []
wait: 30
servers: 2
daemonize: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment