Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update content/nginx/deployment-guides/load-balance-third-party/oracl…
…e-e-business-suite.md
  • Loading branch information
quantstruct-canvas-preview[bot] authored Aug 29, 2025
commit cb0d46c7c27edb60466f05f93fb05f6f15914d3a
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ http {
#allow 10.0.0.0/8;
deny all;

# Enable the NGINX Plus API for metrics collection.
# Enable NGINX Plus API for metrics collection.
location /api {
api write=on;
access_log off;
Expand Down Expand Up @@ -1141,7 +1141,7 @@ http {
#allow 10.0.0.0/8;
deny all;

# Enable the NGINX Plus API for metrics collection.
# Enable NGINX Plus API for metrics collection.
location /api {
api write=on;
access_log off;
Expand Down