mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-03-19 21:27:58 +02:00
Fix table (#1556)
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
This commit is contained in:
parent
25371ea4af
commit
dc5d2a5cd7
@ -103,7 +103,7 @@ An example [oauth2-proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/
|
||||
| `--exclude-logging-path` | string | comma separated list of paths to exclude from logging, e.g. `"/ping,/path2"` |`""` (no paths excluded) |
|
||||
| `--flush-interval` | duration | period between flushing response buffers when streaming responses | `"1s"` |
|
||||
| `--force-https` | bool | enforce https redirect | `false` |
|
||||
| `--force-json-errors` | force JSON errors instead of HTTP error pages or redirects | `false` |
|
||||
| `--force-json-errors` | bool | force JSON errors instead of HTTP error pages or redirects | `false` |
|
||||
| `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | |
|
||||
| `--footer` | string | custom (html) footer string. Use `"-"` to disable default footer. | |
|
||||
| `--github-org` | string | restrict logins to members of this organisation | |
|
||||
|
@ -103,7 +103,7 @@ An example [oauth2-proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/
|
||||
| `--exclude-logging-path` | string | comma separated list of paths to exclude from logging, e.g. `"/ping,/path2"` |`""` (no paths excluded) |
|
||||
| `--flush-interval` | duration | period between flushing response buffers when streaming responses | `"1s"` |
|
||||
| `--force-https` | bool | enforce https redirect | `false` |
|
||||
| `--force-json-errors` | force JSON errors instead of HTTP error pages or redirects | `false` |
|
||||
| `--force-json-errors` | bool | force JSON errors instead of HTTP error pages or redirects | `false` |
|
||||
| `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | |
|
||||
| `--footer` | string | custom (html) footer string. Use `"-"` to disable default footer. | |
|
||||
| `--github-org` | string | restrict logins to members of this organisation | |
|
||||
|
Loading…
x
Reference in New Issue
Block a user