thin.yml.erb 261 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 --- chdir: /usr/lib/noosfero environment: production address: 127.0.0.1 port: 9000 timeout: 30 log: log/thin.log pid: tmp/pids/thin.pid max_conns: 1024 max_persistent_conns: 512 require: [] wait: 30 daemonize: true servers: <%= `nproc`.strip %> prefix: /social