19 lines
465 B
YAML
19 lines
465 B
YAML
# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
|
# licensed under the Affero General Public License version 3 or later. See
|
|
# the COPYRIGHT file.
|
|
|
|
rackup: /usr/local/app/diaspora/current/config.ru
|
|
pid: /tmp/pids/thin.pid
|
|
wait: 30
|
|
timeout: 600
|
|
log: /usr/local/log/thin
|
|
max_conns: 1024
|
|
require: []
|
|
|
|
max_persistent_conns: 512
|
|
environment: development
|
|
servers: 1
|
|
daemonize: true
|
|
#chdir: /usr/applications/localhash/current
|
|
#socket: /tmp/thin.sock
|
|
port: 80
|