We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e976a33 commit 8acc7aeCopy full SHA for 8acc7ae
docs/cli-arguments.md
@@ -43,9 +43,9 @@ Usage of ./nginx-ingress:
43
Enable support for NGINX Plus
44
-nginx-status
45
Enable the NGINX stub_status, or the NGINX Plus API. (default true)
46
- -nginx-status-allow-cidrs
+ -nginx-status-allow-cidrs string
47
Whitelist IPv4 IP/CIDR blocks to allow access to NGINX stub_status or the NGINX Plus API.
48
- Separate multiple IP/CIDR by commas.
+ Separate multiple IP/CIDR by commas. (default "127.0.0.1")
49
-nginx-status-port int
50
Set the port where the NGINX stub_status or the NGINX Plus API is exposed. [1023 - 65535] (default 8080)
51
-proxy string
0 commit comments