Skip to content

Commit

Permalink
Remove errant code block
Browse files Browse the repository at this point in the history
  • Loading branch information
phBalance committed Oct 16, 2019
1 parent 410edbc commit ea9e770
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ $ node ./server.js --port 8444 --key privkey.pem --cert fullchain.pem --drop "no
```

This will start a server that proxies requests on port `8444` (`--port 8444`) for `https://example.com` to `https://example.com:8443` (`--map "[[\"https://example.com\", \"https://example.com:8443\"]]" --proxy https://example.com:443`)
```

It uses a key and certificate (`--key privkey.pem --cert fullchain.pem`).

Expand Down

0 comments on commit ea9e770

Please sign in to comment.