mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix 404 link, bug in htpps://puma.io/puma/index.html (#2108)
This commit is contained in:
parent
10b4ffc378
commit
85cb0e91ba
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ configure { set :server, :puma }
|
|||
Puma provides numerous options. Consult `puma -h` (or `puma --help`) for a full list of CLI options, or see [dsl.rb](https://github.com/puma/puma/blob/master/lib/puma/dsl.rb).
|
||||
|
||||
You can also find several configuration examples as part of the
|
||||
[test](test/config) suite.
|
||||
[test](https://github.com/puma/puma/tree/master/test/config) suite.
|
||||
|
||||
### Thread Pool
|
||||
|
||||
|
|
Loading…
Reference in a new issue