From 5365eccdab7cc4e2676fc0133e92c9db415f39a2 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Thu, 29 May 2025 10:43:30 -0700 Subject: [PATCH] Fix inaccurate statement --- .../how-to/staged-configs/import-export-staged-config.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/nginx-one/how-to/staged-configs/import-export-staged-config.md b/content/nginx-one/how-to/staged-configs/import-export-staged-config.md index 192fad4c4..cbb77d2d5 100644 --- a/content/nginx-one/how-to/staged-configs/import-export-staged-config.md +++ b/content/nginx-one/how-to/staged-configs/import-export-staged-config.md @@ -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 >}}