We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053ce4d commit ca12180Copy full SHA for ca12180
content/includes/config-snippets/enable-nplus-api-dashboard.md
@@ -24,8 +24,9 @@ server {
24
# Enable API in write mode
25
api write=on;
26
27
- # To restrict access by network, uncomment and set your network:
+ # To restrict access by network, uncomment the following lines and set your network:
28
# allow 192.0.2.0/24; # replace with your network
29
+ # allow 127.0.0.1/32; # allow local NGINX Agent to call the NGINX Plus API to retrieve metrics
30
# deny all;
31
}
32
0 commit comments