mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-28 16:37:24 +02:00
proxy: make http redirect server configurable (#105)
This commit is contained in:
parent
286aad3b92
commit
25d76cd5c0
4 changed files with 37 additions and 10 deletions
|
@ -31,6 +31,17 @@ Service mode sets the pomerium service(s) to run. If testing, you may want to se
|
|||
|
||||
Address specifies the host and port to serve HTTPS and gRPC requests from. If empty, `:https`/`:443` is used.
|
||||
|
||||
|
||||
### HTTP Redirect Address
|
||||
|
||||
- Environmental Variable: `HTTP_REDIRECT_ADDR`
|
||||
- Type: `string`
|
||||
- Default: `` (no serevr is started)
|
||||
- Example: `:80`
|
||||
- Optional
|
||||
|
||||
If set, the HTTP Redirect Address specifies the host and port to redirect http to https traffic on. If not set, no redirect server is started.
|
||||
|
||||
### Shared Secret
|
||||
|
||||
- Environmental Variable: `SHARED_SECRET`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue