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

Call out -C/--config flags

This commit is contained in:
Larry Marburger 2013-07-16 16:01:47 -04:00
parent 59af0b4b6e
commit 0f3ae82475

View file

@ -145,11 +145,7 @@ This directs puma to start the control server on localhost port 9293. Additional
### Configuration file
You can also provide a configuration file which puma will use:
$ puma --config /path/to/config
or
You can also provide a configuration file which puma will use with the `-C` (or `--config`) flag:
$ puma -C /path/to/config