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

Modified README.

This commit is contained in:
Maik Kempe 2013-02-28 23:13:57 +01:00 committed by Evan Phoenix
parent 92a1f13b3f
commit 8715d93489

View file

@ -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.
#