You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/cli-arguments.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ They are set in the container spec of the `ingress-nginx-controller` Deployment
36
36
|`--healthz-host`| Address to bind the healthz endpoint. |
37
37
|`--http-port`| Port to use for servicing HTTP traffic. (default 80) |
38
38
|`--https-port`| Port to use for servicing HTTPS traffic. (default 443) |
39
+
|`--quic-port`| Port to use for servicing QUIC traffic. (default 443) |
39
40
|`--ingress-class`| Name of the ingress class this controller satisfies. The class of an Ingress object is set using the field IngressClassName in Kubernetes clusters version v1.18.0 or higher or the annotation "kubernetes.io/ingress.class" (deprecated). If this parameter is not set, or set to the default value of "nginx", it will handle ingresses with either an empty or "nginx" class name. |
40
41
|`--ingress-class-by-name`| Define if Ingress Controller should watch for Ingress Class by Name together with Controller Class. (default false). |
41
42
|`--internal-logger-address`| Address to be used when binding internal syslogger. (default 127.0.0.1:11514) |
Enables or disables [HTTP/2](https://nginx.org/en/docs/http/ngx_http_v2_module.html) support in secure connections.
755
772
773
+
## use-http3
774
+
775
+
Enables or disables [HTTP/3](https://nginx.org/en/docs/http/ngx_http_v3_module.html) support in secure connections.
776
+
756
777
## gzip-disable
757
778
758
779
Disables [gzipping](http://nginx.org/en/docs/http/ngx_http_gzip_module.html#gzip_disable) of responses for requests with "User-Agent" header fields matching any of the specified regular expressions.
0 commit comments