discourse/config/thin.yml.sample

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
322 B
Plaintext
Raw Normal View History

---
chdir: /var/www/discourse/current
environment: production
address: 0.0.0.0
port: 3000
timeout: 30
log: /var/www/discourse/shared/log/thin.log
pid: /var/www/discourse/shared/pids/thin.pid
socket: /var/www/discourse/tmp/thin.sock
max_conns: 1024
max_persistent_conns: 100
require: []
wait: 30
servers: 4
daemonize: true