Fix broken option list indentation

This commit is contained in:
Stuart P. Bentley 2015-08-14 09:02:50 -07:00
parent ecbba1a008
commit 1f4fccd2c6

View File

@ -338,7 +338,7 @@ proxyServer.listen(8015);
`httpProxy.createProxyServer` supports the following options: `httpProxy.createProxyServer` supports the following options:
* **target**: 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 * **forward**: url string to be parsed with the url module
* **agent**: object to be passed to http(s).request (see Node's [https agent](http://nodejs.org/api/https.html#https_class_https_agent) and [http agent](http://nodejs.org/api/http.html#http_class_http_agent) objects) * **agent**: object to be passed to http(s).request (see Node's [https agent](http://nodejs.org/api/https.html#https_class_https_agent) and [http agent](http://nodejs.org/api/http.html#http_class_http_agent) objects)
* **ssl**: object to be passed to https.createServer() * **ssl**: object to be passed to https.createServer()