Skip to content

Commit

Permalink
Release 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mprudnikov committed Dec 27, 2024
1 parent ce72454 commit ab124e7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions charts/traffic-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ab124e7

Please sign in to comment.