Advertisement
Shiny_

Untitled

May 6th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. C:\Nginx\html\riv-sa.com>thin --help
  2. Usage: thin [options] start|stop|restart|config
  3.  
  4. Server options:
  5. -a, --address HOST bind to HOST address (default: 0.0.0.0)
  6. -p, --port PORT use PORT (default: 3000)
  7. -S, --socket FILE bind to unix domain socket
  8. -y, --swiftiply [KEY] Run using swiftiply
  9. -A, --adapter NAME Rack adapter to use (default: autodetect)
  10. (rack, rails, ramaze, merb, file)
  11. -R, --rackup FILE Load a Rack config file instead of Rack adapter
  12. -c, --chdir DIR Change to dir before starting
  13. --stats PATH Mount the Stats adapter under PATH
  14.  
  15. SSL options:
  16. --ssl Enables SSL
  17. --ssl-key-file PATH Path to private key
  18. --ssl-cert-file PATH Path to certificate
  19.  
  20. Adapter options:
  21. -e, --environment ENV Framework environment (default: development)
  22. --prefix PATH Mount the app under PATH (start with /)
  23.  
  24. Tuning options:
  25. -b, --backend CLASS Backend to use, full classname
  26. -t, --timeout SEC Request or command timeout in sec (default: 30)
  27. -f, --force Force the execution of the command
  28. --max-persistent-conns NUM Maximum number of persistent connections (default: 100)
  29. --threaded Call the Rack application in threads [experimental]
  30. --threadpool-size NUM Sets the size of the EventMachine threadpool. (default: 20)
  31.  
  32. Common options:
  33. -r, --require FILE require the library
  34. -q, --quiet Silence all logging
  35. -D, --debug Enable debug logging
  36. -V, --trace Set tracing on (log raw request/response)
  37. -h, --help Show this message
  38. -v, --version Show version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement