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..b62aeaf71 100644 --- a/content/nginx-one/how-to/nginx-configs/add-file.md +++ b/content/nginx-one/how-to/nginx-configs/add-file.md @@ -41,6 +41,8 @@ You can use the NGINX One Console to add a file to a specific instance. To do so You now have multiple options, described in the sections which follow. +{{< img src="nginx-one/images/add-file-to-config.png" alt="A modal window to edit configuration, with a 'New Configuration File' option selected." >}} + ### New Configuration File Enter the name of the desired configuration file, such as `abc.conf` and select **Add**. The configuration file appears in the **Edit Configuration** window. diff --git a/static/nginx-one/images/add-file-to-config.png b/static/nginx-one/images/add-file-to-config.png new file mode 100644 index 000000000..1796152f7 Binary files /dev/null and b/static/nginx-one/images/add-file-to-config.png differ