summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-23 16:01:49 +0300
committerGitHub <[email protected]>2018-09-23 16:01:49 +0300
commitabe62c0675f839586312cff1c83d6a4cb31dd9d5 (patch)
tree1c663c038290ab69b0a01b0d3cc6ca5f73fc0341
parent551b55837e6c98a91c1bc6149ff976706a33600a (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1779b3e8..9cc36e5c 100644
--- a/README.md
+++ b/README.md
@@ -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"