From 3f24e7246545b5264c9a1101d0d8e71c79c3a52d Mon Sep 17 00:00:00 2001 From: DeeptiN1 Date: Fri, 18 Apr 2025 16:28:05 -0700 Subject: [PATCH 1/3] Adding config file size limits for Issue #63 - Document NGINX config file limits --- content/nginx-one/how-to/nginx-configs/add-file.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/nginx-one/how-to/nginx-configs/add-file.md b/content/nginx-one/how-to/nginx-configs/add-file.md index 7b654d86e..293e4c576 100644 --- a/content/nginx-one/how-to/nginx-configs/add-file.md +++ b/content/nginx-one/how-to/nginx-configs/add-file.md @@ -39,6 +39,10 @@ You can use the NGINX One Console to add a file to a specific instance. To do so 1. Select **Edit Configuration**. 1. In the **Edit Configuration** window that appears, select **Add File**. +{{< note >}}Configuration file size limits are as follows: +* Maximum limit of **2.1 MB** per configuration file. +* Total maximum limit of **55 MB** for all configuration files.{{< /note >}} + You now have multiple options, described in the sections which follow. ### New Configuration File From 3aedb7068ae0f09bf2c541980621622002ef278a Mon Sep 17 00:00:00 2001 From: DeeptiN1 Date: Fri, 18 Apr 2025 16:56:22 -0700 Subject: [PATCH 2/3] Fixing formatting of initial commit of adding config file size limits for Issue #63 - Document NGINX config file limits --- .../nginx-one/add-file/config-file-size-limit-note.md | 7 +++++++ content/nginx-one/how-to/nginx-configs/add-file.md | 8 +++++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 content/includes/nginx-one/add-file/config-file-size-limit-note.md diff --git a/content/includes/nginx-one/add-file/config-file-size-limit-note.md b/content/includes/nginx-one/add-file/config-file-size-limit-note.md new file mode 100644 index 000000000..a1288e55e --- /dev/null +++ b/content/includes/nginx-one/add-file/config-file-size-limit-note.md @@ -0,0 +1,7 @@ +--- +docs: +--- + +Configuration file size limits are as follows: +* Maximum limit of **2.1 MB** per configuration file. +* Total maximum limit of **55 MB** for all configuration files. \ No newline at end of file diff --git a/content/nginx-one/how-to/nginx-configs/add-file.md b/content/nginx-one/how-to/nginx-configs/add-file.md index 293e4c576..9dcb34e62 100644 --- a/content/nginx-one/how-to/nginx-configs/add-file.md +++ b/content/nginx-one/how-to/nginx-configs/add-file.md @@ -39,9 +39,11 @@ You can use the NGINX One Console to add a file to a specific instance. To do so 1. Select **Edit Configuration**. 1. In the **Edit Configuration** window that appears, select **Add File**. -{{< note >}}Configuration file size limits are as follows: -* Maximum limit of **2.1 MB** per configuration file. -* Total maximum limit of **55 MB** for all configuration files.{{< /note >}} + {{< note >}} + + {{< include "nginx-one/add-file/config-file-size-limit-note.md" >}} + + {{< /note >}} You now have multiple options, described in the sections which follow. From e7f2025269cd4410d41d7a74e679c011a00163b3 Mon Sep 17 00:00:00 2001 From: DeeptiN1 Date: Fri, 18 Apr 2025 16:59:03 -0700 Subject: [PATCH 3/3] Fixing formatting of note in content/nginx-one/how-to/nginx-configs/add-file.md to add config file size limits for Issue #63 - Document NGINX config file limits --- content/nginx-one/how-to/nginx-configs/add-file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/nginx-one/how-to/nginx-configs/add-file.md b/content/nginx-one/how-to/nginx-configs/add-file.md index 9dcb34e62..e28518f97 100644 --- a/content/nginx-one/how-to/nginx-configs/add-file.md +++ b/content/nginx-one/how-to/nginx-configs/add-file.md @@ -39,11 +39,11 @@ You can use the NGINX One Console to add a file to a specific instance. To do so 1. Select **Edit Configuration**. 1. In the **Edit Configuration** window that appears, select **Add File**. - {{< note >}} + {{< note >}} {{< include "nginx-one/add-file/config-file-size-limit-note.md" >}} - {{< /note >}} + {{< /note >}} You now have multiple options, described in the sections which follow.