22 lines
356 B
YAML
22 lines
356 B
YAML
---
|
|
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
|