summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-23 16:01:31 +0300
committerGitHub <[email protected]>2018-09-23 16:01:31 +0300
commit551b55837e6c98a91c1bc6149ff976706a33600a (patch)
treed3847a3331f0d48ff7a0e16ddd5b13c5d0d40d91 /README.md
parent0b7efbb5825d798c05106b0ec651bb97bb2137ee (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
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).