Skip to content
Snippets Groups Projects
Unverified Commit ad6d8f65 authored by Cory Claflin's avatar Cory Claflin Committed by GitHub
Browse files

Update README.md

parent c1ed9c55
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment