thin - fast and very simple Ruby web server
thin [options]
start|stop|restart|config|install
- -a, --address
HOST
- bind to HOST address (default: 0.0.0.0)
- -p, --port
PORT
- use PORT (default: 3000)
- -S, --socket
FILE
- bind to unix domain socket
- -y, --swiftiply
[KEY]
- Run using swiftiply
- -A, --adapter
NAME
- Rack adapter to use (default: autodetect) (rack, rails, ramaze, merb,
file)
- -R, --rackup
FILE
- Load a Rack config file instead of Rack adapter
- -c, --chdir
DIR
- Change to dir before starting
- --stats PATH
- Mount the Stats adapter under PATH
The full documentation for thin is maintained as a Texinfo
manual. If the info and thin programs are properly installed
at your site, the command
- info thin
should give you access to the complete manual.