Skip to content

Commit de6abeb

Browse files
committed
edits
1 parent 0a181a7 commit de6abeb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/includes/use-cases/monitoring/enable-nginx-oss-stub-status.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ server {
2222
This configuration:
2323

2424
- Enables the stub status API.
25-
- Only allows requests from `127.0.0.1` for security purposes.
25+
- Allows requests only from `127.0.0.1` (localhost).
26+
- Blocks all other requests for security.
2627

2728
For more details, see the [NGINX Stub Status module documentation](https://nginx.org/en/docs/http/ngx_http_stub_status_module.html).
2829

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ location /api/ {
2121
This configuration:
2222

2323
- Enables the NGINX Plus API.
24-
- Only allows requests from `127.0.0.1` for security purposes.
24+
- Allows requests only from `127.0.0.1` (localhost).
25+
- Blocks all other requests for security.
2526

2627
For more details, see the [NGINX Plus API module documentation](https://nginx.org/en/docs/http/ngx_http_api_module.html).
2728

0 commit comments

Comments
 (0)