Skip to content

Commit

Permalink
Merge pull request docker#8395 from xinfengliu/patch-3
Browse files Browse the repository at this point in the history
Add HideInfoHeaders in interlock configuration
  • Loading branch information
L-Hudson authored Mar 4, 2019
2 parents 46f2c21 + 752f308 commit cf669f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ee/ucp/interlock/deploy/configuration-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ PollInterval = "3s"
LargeClientHeaderBuffers = "4 8k"
ClientBodyTimeout = "60s"
UnderscoresInHeaders = false
HideInfoHeaders = false
```

## Core configurations
Expand Down Expand Up @@ -140,6 +141,7 @@ available for the proxy service:
| `RLimitNoFile` | int | Number of maxiumum open files for the proxy service. |
| `SSLCiphers` | string | SSL ciphers to use for the proxy service. |
| `SSLProtocols` | string | Enable the specified TLS protocols. |
| `HideInfoHeaders` | bool | Hide proxy related response headers. |
| `AccessLogPath` | string | Path to use for access logs (default: `/dev/stdout`). |
| `ErrorLogPath` | string | Path to use for error logs (default: `/dev/stdout`). |
| `MainLogFormat` | string | [Format](http://nginx.org/en/docs/http/ngx_http_log_module.html#log_format) to use for main logger. |
Expand Down

0 comments on commit cf669f0

Please sign in to comment.