Skip to content

Commit

Permalink
update thin config
Browse files Browse the repository at this point in the history
  • Loading branch information
poiuy1984 committed Mar 14, 2012
1 parent a31bd58 commit 482275e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion config/thin.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,14 @@
---
address: 0.0.0.0
pid: tmp/pids/thin.pid
timeout: 120
port: 7000
log: log/thin.log
max_conns: 20480
require: []

max_persistent_conns: 4048
environment: production environment: production
port: 80 servers: 2
daemonize: true
chdir: /opt/www/oflunch/current

0 comments on commit 482275e

Please sign in to comment.