diff options
author | Wolfy-J <[email protected]> | 2018-09-23 16:01:31 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-09-23 16:01:31 +0300 |
commit | 551b55837e6c98a91c1bc6149ff976706a33600a (patch) | |
tree | d3847a3331f0d48ff7a0e16ddd5b13c5d0d40d91 /README.md | |
parent | 0b7efbb5825d798c05106b0ec651bb97bb2137ee (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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). |