Skip to content

Commit 0124af6

Browse files
author
Siddharth Karandikar
committed
Update README.md
1 parent a9a6b43 commit 0124af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Usage of $GOROOT/bin/revproxy:
2020
```
2121
#### example
2222
```
23-
sudo ~/go/bin/revproxy -backend=demo.io:80 -crt=/tmp/crt -key=/tmp/key
23+
sudo revproxy -backend=demo.io:80 -crt=/tmp/crt -key=/tmp/key
2424
```
2525
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)