diaspora/config/thin.yml
2010-09-17 15:03:16 -07:00

21 lines
452 B
YAML

# Copyright (c) 2010, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3. 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: production
servers: 1
daemonize: true
#chdir: /usr/applications/localhash/current
#socket: /tmp/thin.sock
port: 80