Skip to content

Commit 3aedb70

Browse files
committed
Fixing formatting of initial commit of adding config file size limits for Issue #63 - Document NGINX config file limits
1 parent 3f24e72 commit 3aedb70

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
docs:
3+
---
4+
5+
Configuration file size limits are as follows:
6+
* Maximum limit of **2.1 MB** per configuration file.
7+
* Total maximum limit of **55 MB** for all configuration files.

Diff for: content/nginx-one/how-to/nginx-configs/add-file.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ You can use the NGINX One Console to add a file to a specific instance. To do so
3939
1. Select **Edit Configuration**.
4040
1. In the **Edit Configuration** window that appears, select **Add File**.
4141

42-
{{< note >}}Configuration file size limits are as follows:
43-
* Maximum limit of **2.1 MB** per configuration file.
44-
* Total maximum limit of **55 MB** for all configuration files.{{< /note >}}
42+
{{< note >}}
43+
44+
{{< include "nginx-one/add-file/config-file-size-limit-note.md" >}}
45+
46+
{{< /note >}}
4547

4648
You now have multiple options, described in the sections which follow.
4749

0 commit comments

Comments
 (0)