diff options
author | Anton Titov <[email protected]> | 2019-06-25 12:11:36 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-06-25 12:11:36 +0300 |
commit | 5b6e0a535fef745594a4966c724509dcda05b422 (patch) | |
tree | ad614e6192e395ab8c5b82f83e55cc999d376997 /README.md | |
parent | 9eabd868786dd77b9f093c801590d3e3457af776 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -73,11 +73,8 @@ Configuration can be located in `.rr.yaml` file ([full sample](https://github.co ```yaml http: - address: 0.0.0.0:8080 - workers: - command: "php psr-worker.php" - pool: - numWorkers: 4 + address: 0.0.0.0:8080 + workers.command: "php psr-worker.php" ``` > Read more in [Wiki](https://github.com/spiral/roadrunner/wiki/PHP-Workers). |