Skip to content

Commit a9a6b43

Browse files
author
Siddharth Karandikar
committed
Update README.md
1 parent 0c040eb commit a9a6b43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ Usage of $GOROOT/bin/revproxy:
2222
```
2323
sudo ~/go/bin/revproxy -backend=demo.io:80 -crt=/tmp/crt -key=/tmp/key
2424
```
25-
This will start revproxy process that listens on port 443. It will use certificate and key from location specified in arguments.
26-
There is a single backend 'demo.io' which is listening on port 80.
25+
This will start revproxy process that listens on local port 443 and takes the traffic to backend running on host 'demo.io' on port 80. It will use certificate and key from location specified in arguments.

0 commit comments

Comments
 (0)