Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
srossross committed Sep 16, 2013
1 parent 07091b5 commit bd106d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ server.listen(5050);

`caronte.createProxyServer` supports the following options:

* **target**: <url string to be parsed with the url module>
* **forward**: <url string to be parsed with the url module>
* **target**: url string to be parsed with the url module
* **forward**: url string to be parsed with the url module
* **ssl**: object to be passed to https.createServer()
* **ws**: true/false, if you want to proxy websockets
* **xfwd**: true/false, adds x-forward headers
Expand Down

0 comments on commit bd106d6

Please sign in to comment.