Skip to content

Documenting config file size limits [Issue #63 - Document NGINX config file limits] #431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 6 additions & 0 deletions content/nginx-one/how-to/nginx-configs/add-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ 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 >}}

{{< include "nginx-one/add-file/config-file-size-limit-note.md" >}}

{{< /note >}}

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

### New Configuration File
Expand Down