Skip to content

Commit 4c8ec46

Browse files
author
nginx
committed
Pre OSS commit
1 parent 448d9fe commit 4c8ec46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/nms/acm/getting-started/publish-api-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The basic configuration below creates an API Proxy to a backend service.
181181
`"info.title"-"info.version"`
182182

183183
- The string is "URL-ized", meaning any whitespace gets converted to dashes (`-`) and all letters are lowercase.
184-
If we used the OpenAPI example [Petstore API](https://github.com/OAI/OpenAPI-Specification/blob/main/examples/v3.0/petstore.yaml), the auto-generated name for the API Docs would be `petstore-v1`.
184+
If we used the OpenAPI example [Petstore API](https://github.com/OAI/OpenAPI-Specification/blob/main/tests/v3.0/pass/petstore.yaml), the auto-generated name for the API Docs would be `petstore-v1`.
185185

186186
{{<tabs name="Publish API Proxy with OpenAPI Spec">}}
187187

content/nms/acm/tutorials/introspection-keycloak.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Development mode sets the following default configuration:
9797
<details>
9898
<summary><i class="fa-solid fa-circle-info"></i> (Optional) Production mode default configuration</summary>
9999

100-
For all conventional and production use cases, we recommend starting Keycloak in **Production mode**, which follows a "[secure by default](https://en.wikipedia.org/wiki/Secure_by_default)" principle.
100+
For all conventional and production use cases, we recommend starting Keycloak in **Production mode**, which follows a "secure by default" principle.
101101

102102
Production mode sets the following default configuration:
103103

content/nms/nginx-agent/install-nginx-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ For instructions on how configure mTLS to secure communication between the NGINX
443443
After you register an NGINX instance with NGINX Management Suite, the NGINX Agent will collect and report metrics. For more information about the metrics that are reported, see [Overview: Instance Metrics]({{< relref "/nim/monitoring/overview-metrics.md" >}}).
444444
445445
## Container Support
446-
NGINX Agent is a companion daemon for NGINX Open Source or NGINX Plus instances and must run in the same container to work. The NGINX Agent repository includes [Dockerfiles](https://github.com/nginx/agent/tree/main/scripts/docker/official/) that can be used to build custom container images. Images are created with an NGINX Open Source or NGINX Plus instance and are available for various operating systems.
446+
NGINX Agent is a companion daemon for NGINX Open Source or NGINX Plus instances and must run in the same container to work.
447447
448448
See the requirements and supported operating systems in the [NGINX Agent Technical Specifications](https://docs.nginx.com/nginx-agent/technical-specifications/) topic.
449449

0 commit comments

Comments
 (0)