File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments