diff --git a/README.md b/README.md index 1e6e58ce0a1236eb33daf5e3d0e3a8bf28adf849..b33325eaa733d4574b339b0ac534305dd75c2d5c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 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. eg. `~^www.(?<subdomain>.+).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_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