update misc table
This commit is contained in:
parent
f462af405a
commit
ed4f099f8f
1 changed files with 13 additions and 13 deletions
|
@ -51,19 +51,19 @@ Key:
|
|||
|
||||
## Miscellaneous
|
||||
|
||||
| Name | Meaning
|
||||
| --- | ---
|
||||
| `configuration-snippet` | Arbitrary text to put in the generated configuration file. (nginx)
|
||||
| `enable-cors` | Enable CORS headers in response. (nginx)
|
||||
| `limit-connections` | Limit concurrent connections per IP address[1]. (nginx)
|
||||
| `limit-rps` | Limit requests per second per IP address[1]. (nginx)
|
||||
| `limit-rpm` | Limit requests per minute per IP address. (nginx)
|
||||
| `affinity` | Specify a method to stick clients to origins across requests. Found in `nginx`, where the only supported value is `cookie`. (nginx)
|
||||
| `session-cookie-name` | When `affinity` is set to `cookie`, the name of the cookie to use. (nginx)
|
||||
| `session-cookie-hash` | When `affinity` is set to `cookie`, the hash algorithm used: `md5`, `sha`, `index`. (nginx)
|
||||
| `proxy-body-size` | Maximum request body size. (nginx, haproxy)
|
||||
| `follow-redirects` | Follow HTTP redirects in the response and deliver the redirect target to the client. (trafficserver)
|
||||
| `kubernetes.io/ingress.global-static-ip-name` | Name of the static global IP address in GCP to use when provisioning the HTTPS load balancer. (gce)
|
||||
| Name | Meaning | Default | Controller
|
||||
| --- | --- | --- | --- |
|
||||
| `configuration-snippet` | Arbitrary text to put in the generated configuration file. | | nginx
|
||||
| `enable-cors` | Enable CORS headers in response. | | nginx
|
||||
| `limit-connections` | Limit concurrent connections per IP address[1]. | | nginx
|
||||
| `limit-rps` | Limit requests per second per IP address[1]. | | nginx
|
||||
| `limit-rpm` | Limit requests per minute per IP address. | | nginx
|
||||
| `affinity` | Specify a method to stick clients to origins across requests. Found in `nginx`, where the only supported value is `cookie`. | | nginx
|
||||
| `session-cookie-name` | When `affinity` is set to `cookie`, the name of the cookie to use. | | nginx
|
||||
| `session-cookie-hash` | When `affinity` is set to `cookie`, the hash algorithm used: `md5`, `sha`, `index`. | | nginx
|
||||
| `proxy-body-size` | Maximum request body size. | | nginx, haproxy
|
||||
| `follow-redirects` | Follow HTTP redirects in the response and deliver the redirect target to the client. | | trafficserver
|
||||
| `kubernetes.io/ingress.global-static-ip-name` | Name of the static global IP address in GCP to use when provisioning the HTTPS load balancer. | empty string | gce
|
||||
|
||||
[1] The documentation for the `nginx` controller says that only one of `limit-connections` or `limit-rps` may be specified; it's not clear why this is.
|
||||
|
||||
|
|
Loading…
Reference in a new issue