From 378aeb6857698176ff464f4dc10b04d4c395d090 Mon Sep 17 00:00:00 2001 From: Adam K Dean Date: Mon, 5 Apr 2021 16:19:51 +0100 Subject: [PATCH] update readme with further note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7449c6d..3a5ed99 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ where `hosts.json` is a JSON file containing an array of configuration options: `source` and `destination` are required, but `preserveUrl` (default: false) and `statusCode` (default: 307) aren't. -If you don't specify the protocol in the destination, it will use the current request protocol. +If you don't specify the protocol in the destination, it will use the current request protocol. If you're running behind nginx-proxy, this will be http and will add an extra hop in. #### Overriding host file path