File: myapp.yml

package info (click to toggle)
thin 1.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,084 kB
  • sloc: ruby: 4,138; ansic: 1,537; sh: 82; makefile: 8
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