From 551b55837e6c98a91c1bc6149ff976706a33600a Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 23 Sep 2018 16:01:31 +0300 Subject: Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f25fc0e9..1779b3e8 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,18 @@ while ($req = $psr7->acceptRequest()) { } ``` +Configuration can be located in `.rr.yaml` file: + +```yaml +http: + address: :8080 + maxRequest: 200 + workers: + command: "php psr-worker.php" + pool: + numWorkers: 4 +``` + License: -------- The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maintained by [SpiralScout](https://spiralscout.com). -- cgit v1.2.3