mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Clarify and fix typo for bind info
This commit is contained in:
parent
cc2ca8a5bc
commit
16f74903aa
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Puma will automatically scale the number of threads based on how much traffic is
|
|||
|
||||
### Binding TCP / Sockets
|
||||
|
||||
In contrast to many server configs, Puma simply uses takes one URI parameter with the `-b` (or `--bind`) flag:
|
||||
In contrast to many other server configs which require multiple flags, Puma simply uses one URI parameter with the `-b` (or `--bind`) flag:
|
||||
|
||||
$ puma -b tcp://127.0.0.1:9292
|
||||
|
||||
|
|
Loading…
Reference in a new issue