From ab124e73a5ddb8e2459b4f016a2af2d4325a2830 Mon Sep 17 00:00:00 2001 From: mprudnikov Date: Fri, 27 Dec 2024 16:37:34 +0700 Subject: [PATCH] Release 1.33.0 --- charts/traffic-proxy/README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/traffic-proxy/README.md b/charts/traffic-proxy/README.md index b2f78a3e..10c2ba15 100644 --- a/charts/traffic-proxy/README.md +++ b/charts/traffic-proxy/README.md @@ -46,21 +46,21 @@ See the [documentation](https://docs.2gis.com/en/on-premise/traffic-proxy) to le ### Proxy server settings -| Name | Description | Value | -| -------------------------- | ------------------------------------------------------------------------------------------------------ | ------- | -| `proxy.host` | URL for the proxy server to serve, ex: https://traffic0.edromaps.2gis.com. **Required** | `""` | -| `proxy.listen` | Port for the proxy server to listen. | `8080` | -| `proxy.cache.enabled` | If caching should be enabled for the proxy server. | `true` | -| `proxy.cache.age` | Cache validity period. | `1m` | -| `proxy.cache.size` | Maximum cache size. | `32m` | -| `proxy.worker.processes` | Number of worker processes. | `2` | -| `proxy.worker.connections` | Number of worker connections. | `1024` | -| `proxy.log.errorLog.level` | Error log level. Allowed values: `debug`, `info`, `notice`, `warn`, `error`, `crit`, `alert`, `emerg`. | `error` | -| `proxy.log.accessLog` | Access log definition. | `off` | -| `proxy.keepaliveTimeout` | Keepalive timeout. | `65` | -| `proxy.log.customFormats` | List of custom log formats to be used in NGINX configuration | `[]` | -| `proxy.locations` | List of additional location blocks to be included in the NGINX configuration | `[]` | -| `proxy.httpServers` | List of additional server blocks to be included in the NGINX configuration | `{}` | +| Name | Description | Value | +| -------------------------- | ------------------------------------------------------------------------------------------------------ | ----------- | +| `proxy.host` | URL for the proxy server to serve, ex: https://traffic0.edromaps.2gis.com. **Required** | `""` | +| `proxy.listen` | Port for the proxy server to listen. | `8080` | +| `proxy.cache.enabled` | If caching should be enabled for the proxy server. | `true` | +| `proxy.cache.age` | Cache validity period. | `1m` | +| `proxy.cache.size` | Maximum cache size. | `32m` | +| `proxy.worker.processes` | Number of worker processes. | `2` | +| `proxy.worker.connections` | Number of worker connections. | `1024` | +| `proxy.log.errorLog.level` | Error log level. Allowed values: `debug`, `info`, `notice`, `warn`, `error`, `crit`, `alert`, `emerg`. | `error` | +| `proxy.log.accessLog` | Access log definition. | `/dev/null` | +| `proxy.keepaliveTimeout` | Keepalive timeout. | `65` | +| `proxy.log.customFormats` | List of custom log formats to be used in NGINX configuration | `[]` | +| `proxy.locations` | List of additional location blocks to be included in the NGINX configuration | `[]` | +| `proxy.httpServers` | List of additional server blocks to be included in the NGINX configuration | `{}` | ### Deployment settings