mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Modified README.
This commit is contained in:
parent
92a1f13b3f
commit
8715d93489
1 changed files with 5 additions and 1 deletions
|
@ -99,6 +99,10 @@ This directs puma to start the control server on localhost port 9293. Additional
|
|||
|
||||
You can also provide a configuration file which puma will use:
|
||||
|
||||
$ puma --config /path/to/config
|
||||
|
||||
or
|
||||
|
||||
$ puma -C /path/to/config
|
||||
|
||||
Take the following sample configuration as inspiration:
|
||||
|
@ -247,7 +251,7 @@ Take the following sample configuration as inspiration:
|
|||
|
||||
# Start the puma control rack application on “url”. This application can
|
||||
# be communicated with to control the main server. Additionally, you can
|
||||
# provide an authentication token so all requests to the control server
|
||||
# provide an authentication token, so all requests to the control server
|
||||
# will need to include that token as a query parameter. This allows for
|
||||
# simple authentication.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue