mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
fix small typos in README
This commit is contained in:
parent
81d58c531b
commit
8231984fb0
@ -117,7 +117,7 @@ http.createServer(function (req, res) {
|
|||||||
**[Back to top](#table-of-contents)**
|
**[Back to top](#table-of-contents)**
|
||||||
|
|
||||||
#### Setup a stand-alone proxy server with custom server logic
|
#### Setup a stand-alone proxy server with custom server logic
|
||||||
This example show how you can proxy a request using your own HTTP server
|
This example shows how you can proxy a request using your own HTTP server
|
||||||
and also you can put your own logic to handle the request.
|
and also you can put your own logic to handle the request.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
@ -229,7 +229,7 @@ http.createServer(function (req, res) {
|
|||||||
**[Back to top](#table-of-contents)**
|
**[Back to top](#table-of-contents)**
|
||||||
|
|
||||||
#### Using HTTPS
|
#### Using HTTPS
|
||||||
You can activate the validation of a secure SSL certificate to the target connection (avoid self signed certs), just set `secure: true` in the options.
|
You can activate the validation of a secure SSL certificate to the target connection (avoid self-signed certs), just set `secure: true` in the options.
|
||||||
|
|
||||||
##### HTTPS -> HTTP
|
##### HTTPS -> HTTP
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user