From ad6d8f657cf9ae924db02c35f0d5d8552b92165a Mon Sep 17 00:00:00 2001
From: Cory Claflin <claflico@users.noreply.github.com>
Date: Wed, 28 Mar 2018 17:43:50 -0500
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b33325e..9665380 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,8 @@ A very simple container to redirect HTTP traffic to another server, based on `ng
 ### Environment variables
 
 - `SERVER_REDIRECT` - server to redirect to, eg. `www.example.com`
-- `SERVER_NAME` - optionally define the server name to listen on, useful for capturing regex variable to use in redirect. eg. `~^www.(?<subdomain>.+).example.com`
+- `SERVER_NAME` - optionally define the server name to listen on, useful for capturing variable 
+   to use in SERVER_REDIRECT. eg. `~^www.(?<subdomain>.+).example.com`
 - `SERVER_REDIRECT_PATH` - optionally define path to redirect all requests eg. `/landingpage`
    if not set nginx var `$request_uri` is used
 - `SERVER_REDIRECT_SCHEME` - optionally define scheme to redirect to 
-- 
GitLab