Skip to content

Commit 418a25d

Browse files
committed
edits
1 parent 062ec9a commit 418a25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/includes/use-cases/monitoring/enable-nginx-plus-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To collect comprehensive metrics for NGINX Plus -- including bytes streamed, inf
1616
# Change the listen port if 9000 conflicts; 8080 is the conventional API port.
1717
server {
1818
# Listen on port 9000 for API and dashboard traffic
19-
listen 9000 default_server;
19+
listen 9000 default_server;
2020
2121
# Handle API calls under /api/
2222
location /api/ {

0 commit comments

Comments
 (0)