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:
parent
816c67d2e9
commit
59af0b4b6e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue