diff options
author | Wolfy-J <[email protected]> | 2018-09-23 16:01:49 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-09-23 16:01:49 +0300 |
commit | abe62c0675f839586312cff1c83d6a4cb31dd9d5 (patch) | |
tree | 1c663c038290ab69b0a01b0d3cc6ca5f73fc0341 | |
parent | 551b55837e6c98a91c1bc6149ff976706a33600a (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ Configuration can be located in `.rr.yaml` file: ```yaml http: - address: :8080 + address: 0.0.0.0:8080 maxRequest: 200 workers: command: "php psr-worker.php" |