Merge pull request #8395 from xinfengliu/patch-3

Add HideInfoHeaders in interlock configuration
This commit is contained in:
L-Hudson 2019-03-04 08:02:51 -05:00 committed by GitHub
commit cf669f0701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ PollInterval = "3s"
LargeClientHeaderBuffers = "4 8k"
ClientBodyTimeout = "60s"
UnderscoresInHeaders = false
HideInfoHeaders = false
```
## Core configurations
@ -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. |