Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Karandikar committed Mar 2, 2016
1 parent a9a6b43 commit 0124af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Usage of $GOROOT/bin/revproxy:
```
#### example
```
sudo ~/go/bin/revproxy -backend=demo.io:80 -crt=/tmp/crt -key=/tmp/key
sudo revproxy -backend=demo.io:80 -crt=/tmp/crt -key=/tmp/key
```
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 comments on commit 0124af6

Please sign in to comment.