File: myapp.yml

package info (click to toggle)
thin 1.2.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,252 kB
  • ctags: 531
  • sloc: ruby: 4,529; ansic: 725; sh: 21; makefile: 16
file content (19 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# generated by "thin config"
# drop this into /etc/thin1.8/ and tweak
# or run "thin config" to generate a config file yourself
--- 
pid: tmp/pids/thin.pid
timeout: 30
log: log/thin.log
max_conns: 1024
require: []

environment: production
max_persistent_conns: 512
no-epoll: true
servers: 3
daemonize: true
socket: /tmp/thin.sock
chdir: /var/www/myapp/
user: www-data
group: www-data