Sha256: db9aaff7de2061c74c8bc435b0f49230e51e7a09d00e8479eaa19f9b4eb46e79
Contents?: true
Size: 510 Bytes
Versions: 13
Compression:
Stored size: 510 Bytes
Contents
# Thin cluster processes: - name: Thin count: 3 config: pid_file: "tmp/pids/thin.{ID}.pid" start_command: "bundle exec thin start -S /tmp/thin-www.example.com.{ID}.socket -P tmp/pids/thin.{ID}.pid -L log/thin.{ID}.log" stop_command: "bundle exec thin stop -P tmp/pids/thin.{ID}.pid" restart_command: "bundle exec thin restart -P tmp/pids/thin.{ID}.pid" start_timeout: 30 seconds restart_timeout: 30 seconds stdall: "log/thin.{ID}.log" daemonize: true
Version data entries
13 entries across 13 versions & 1 rubygems