From ff27a0335c505b928f0d61e95bec4421ba2ecd81 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Fri, 30 May 2025 07:51:43 -0700 Subject: [PATCH 1/2] enhancement: Move legal notice to an appropriate location --- content/nginx-one/about.md | 4 ---- content/nginx-one/glossary.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/nginx-one/about.md b/content/nginx-one/about.md index 6d0dd4594..72e06d6bb 100644 --- a/content/nginx-one/about.md +++ b/content/nginx-one/about.md @@ -19,7 +19,3 @@ NGINX One offers the following key benefits: - **Performance optimization**: Track your NGINX versions and receive recommendations for tuning your configurations for better performance. - **Graphical Metrics Display**: Access a dashboard that shows key metrics for your NGINX instances, including instance availability, version distribution, system health, and utilization trends. - **Real-time alerts**: Receive alerts about critical issues. - -## Legal notice: Licensing agreements for NGINX products - -Using NGINX One is subject to our End User Service Agreement (EUSA). For [NGINX Plus]({{< ref "/nginx" >}}), usage is governed by the End User License Agreement (EULA). Open source projects, including [NGINX Agent](https://github.com/nginx/agent) and [NGINX OSS](https://github.com/nginx/nginx), are covered under their respective licenses. For more details on these licenses, follow the provided links. diff --git a/content/nginx-one/glossary.md b/content/nginx-one/glossary.md index 33b817f55..225386c99 100644 --- a/content/nginx-one/glossary.md +++ b/content/nginx-one/glossary.md @@ -22,6 +22,10 @@ This glossary defines terms used in the F5 NGINX One Console and F5 Distributed | **Tenant** | A tenant in F5 Distributed Cloud is an entity that owns a specific set of configuration and infrastructure. It is fundamental for isolation, meaning a tenant cannot access objects or infrastructure of other tenants. Tenants can be either individual or enterprise, with the latter allowing multiple users with role-based access control (RBAC). | {{}} +## Legal notice: Licensing agreements for NGINX products + +Using NGINX One is subject to our End User Service Agreement (EUSA). For [NGINX Plus]({{< ref "/nginx" >}}), usage is governed by the End User License Agreement (EULA). Open source projects, including [NGINX Agent](https://github.com/nginx/agent) and [NGINX OSS](https://github.com/nginx/nginx), are covered under their respective licenses. For more details on these licenses, follow the provided links. + --- ## References From e298847c102e239c6b053b5be6668c09e71320b7 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Fri, 30 May 2025 10:44:44 -0700 Subject: [PATCH 2/2] Update content/nginx-one/glossary.md Co-authored-by: yar --- content/nginx-one/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginx-one/glossary.md b/content/nginx-one/glossary.md index 225386c99..04951c14c 100644 --- a/content/nginx-one/glossary.md +++ b/content/nginx-one/glossary.md @@ -24,7 +24,7 @@ This glossary defines terms used in the F5 NGINX One Console and F5 Distributed ## Legal notice: Licensing agreements for NGINX products -Using NGINX One is subject to our End User Service Agreement (EUSA). For [NGINX Plus]({{< ref "/nginx" >}}), usage is governed by the End User License Agreement (EULA). Open source projects, including [NGINX Agent](https://github.com/nginx/agent) and [NGINX OSS](https://github.com/nginx/nginx), are covered under their respective licenses. For more details on these licenses, follow the provided links. +Using NGINX One is subject to our End User Service Agreement (EUSA). For [NGINX Plus]({{< ref "/nginx" >}}), usage is governed by the End User License Agreement (EULA). Open source projects, including [NGINX Agent](https://github.com/nginx/agent) and [NGINX Open Source](https://github.com/nginx/nginx), are covered under their respective licenses. For more details on these licenses, follow the provided links. ---