Skip to content

Fix inaccurate statement #626

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

Merged
merged 1 commit into from
May 29, 2025
Merged
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
Expand Up @@ -36,8 +36,6 @@ When you work with such archives, consider the following:
- Do _not_ unpack archives directly to your NGINX configuration directories. You do not want to accidentally overwrite existing configuration files.
- The files are set to a default file permission mode of 0644.
- Do not include files with secrets or personally identifying information.
- We ignore hidden files.
- If you import or export such files in archives, NGINX One Console does not include those files.
- The size of the archive is limited to 5 MB. The size of all uncompressed files in the archive is limited to 10 MB.

{{< tip >}}
Expand Down
Loading