Skip to content

Commit 6bd5cf6

Browse files
committed
updated README
1 parent adbf9a5 commit 6bd5cf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ $ go get -u github.com/alash3al/httpsify
2424
> Goto your `$HOME` Directory and edit the `hosts.json` to something like this
2525
```json
2626
{
27-
"example1.com": ["http://localhost:9080"],
28-
"example2.com": ["http://localhost:8080", "http://localhost:8081"]
27+
"example1.com": ["localhost:9080"],
28+
"example2.com": ["localhost:8080", "localhost:8081"]
2929
}
3030
```
3131
> As you see, the configuration file accepts a `JSON` object/hashmap of `domain` -> `upstreams`,
32-
and yes, it can loadbalance the requests between multiple upstreams using `roundrobin` algorithm.
32+
and yes, it can load-balance the requests between multiple upstreams using `roundrobin` algorithm.
3333

34-
> Also You don't need to restart the server to reload the configurations, because `httpsify` automatically watches the
34+
> Also, You don't need to restart the server to reload the configurations, because `httpsify` automatically watches the
3535
configurations file and reload it on any change.
3636

3737
# License

0 commit comments

Comments
 (0)