added all files that I have found

This commit is contained in:
2018-06-16 21:43:20 +02:00
parent 65419473ee
commit d0534f2b83
22 changed files with 468 additions and 0 deletions

21
cnf/thin.yml Normal file
View 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