1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Link to status.rb

This commit is contained in:
Larry Marburger 2013-07-16 16:00:15 -04:00
parent 816c67d2e9
commit 59af0b4b6e

View file

@ -141,7 +141,7 @@ Puma comes with a builtin status/control app that can be used query and control
$ puma --control tcp://127.0.0.1:9293 --control-token foo
This directs puma to start the control server on localhost port 9293. Additionally, all requests to the control server will need to include `token=foo` as a query parameter. This allows for simple authentication. Check out https://github.com/puma/puma/blob/master/lib/puma/app/status.rb to see what the app has available.
This directs puma to start the control server on localhost port 9293. Additionally, all requests to the control server will need to include `token=foo` as a query parameter. This allows for simple authentication. Check out [status.rb](https://github.com/puma/puma/blob/master/lib/puma/app/status.rb) to see what the app has available.
### Configuration file