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:
parent
59af0b4b6e
commit
0f3ae82475
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue