From ea9e770bd1a0e514967dbde9475effdcf3754992 Mon Sep 17 00:00:00 2001 From: phBalance Date: Wed, 16 Oct 2019 12:39:38 -0600 Subject: [PATCH] Remove errant code block --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b34c278..4cfa279 100755 --- a/README.md +++ b/README.md @@ -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`).