Skip to content

Commit

Permalink
Update README.md (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
jancurn authored Jul 23, 2024
1 parent 1ef5588 commit a1ac3f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,6 @@ const exampleServer = https.createServer({
});
```

```diff
-if (request.url.toLowerCase() === 'example.com:80') {
+if (request.url.toLowerCase() === 'example.com:443') {
```

## Closing the server

To shut down the proxy server, call the `close([destroyConnections], [callback])` function. For example:
Expand Down

0 comments on commit a1ac3f2

Please sign in to comment.