added all files that I have found
This commit is contained in:
21
cnf/thin.yml
Normal file
21
cnf/thin.yml
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
chdir: /home/dealer/drugstore
|
||||
environment: production
|
||||
address: 127.0.0.1
|
||||
port: 3000
|
||||
timeout: 30
|
||||
log: log/thin.log
|
||||
pid: tmp/pids/thin.pid
|
||||
max_conns: 1024
|
||||
max_persistent_conns: 512
|
||||
require: []
|
||||
wait: 30
|
||||
threadpool_size: 20
|
||||
servers: 3
|
||||
rackup: config.ru
|
||||
daemonize: true
|
||||
user: neupat75
|
||||
group: staff
|
||||
threaded: true
|
||||
no-epoll: true # linux only!
|
||||
tag: Drugstore
|
Reference in New Issue
Block a user