|
| 1 | +--- |
| 2 | +# We use sentence case and present imperative tone |
| 3 | +title: Add a Staged Configuration |
| 4 | +# Weights are assigned in increments of 100: determines sorting order |
| 5 | +weight: 100 |
| 6 | +# Creates a table of contents and sidebar, useful for large documents |
| 7 | +toc: true |
| 8 | +# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this |
| 9 | +type: tutorial |
| 10 | +# Intended for internal catalogue and search, case sensitive: |
| 11 | +# Agent, N4Azure, NIC, NIM, NGF, NAP-DOS, NAP-WAF, NGINX One, NGINX+, Solutions, Unit |
| 12 | +product: |
| 13 | +--- |
| 14 | + |
| 15 | +## Overview |
| 16 | + |
| 17 | +This guide explains how to add a Staged Configuration to your NGINX One Console. |
| 18 | + |
| 19 | +{{< include "nginx-one/staged-config-overview.md" >}} |
| 20 | + |
| 21 | +## Before you start |
| 22 | + |
| 23 | +Before you add a Staged Configuration to NGINX One Console, ensure: |
| 24 | + |
| 25 | +- You have an NGINX One Console account with staged configuration permissions. |
| 26 | + |
| 27 | +## Add a Staged Configuration |
| 28 | + |
| 29 | +You can add a Staged Configuration from: |
| 30 | + |
| 31 | +- Empty files |
| 32 | +- An existing Instance |
| 33 | +- An existing Config Sync Group |
| 34 | +- An existing Staged Configuration |
| 35 | + |
| 36 | +To start the process from NGINX One Console, select **Manage > Staged Configruations**. Select **Add Staged Configuration**. |
| 37 | + |
| 38 | +The following sections start from the **Add Staged Configuration** window that appears. |
| 39 | + |
| 40 | +### Start from an empty file |
| 41 | + |
| 42 | +To start a new Staged Configuration: |
| 43 | + |
| 44 | +1. Select **New Configuration**. |
| 45 | +1. Enter a name. |
| 46 | +1. Select **Next**. |
| 47 | + |
| 48 | + You will see a new Staged Configuration with the default NGINX configuration file, `/etc/nginx/nginx.conf`, in edit mode. |
| 49 | +1. Type or paste content for `/etc/nginx/nginx.conf`. |
| 50 | +1. Select **Add File** to add the configuration, certificate, or other file(s) of your choice. |
| 51 | +1. When you're done, select **Save**. |
| 52 | + |
| 53 | +### Start from an existing Instance |
| 54 | + |
| 55 | +To start from an existing Instance: |
| 56 | + |
| 57 | +1. Select **Existing Source**. |
| 58 | +1. Enter a name for your new Staged Configuration. |
| 59 | +1. Select **Instance**. |
| 60 | +1. In the Choose Instance menu that appears, select an existing Instance. |
| 61 | +1. Select **Next**. |
| 62 | + |
| 63 | +NGINX One Console imports the configuration from the existing Instance. You can now edit the configuration. When you're ready to stop and save your work, select Save. |
| 64 | + |
| 65 | +### Start from an existing Config Sync Group |
| 66 | + |
| 67 | +To start from an existing Config Sync Group: |
| 68 | + |
| 69 | +1. Select **Existing Source**. |
| 70 | +1. Select **Config Sync Group**. |
| 71 | +1. In the Choose Config Sync Group menu that appears, select an existing Config Sync Group. |
| 72 | +1. Enter a name for your new Staged Configuration. |
| 73 | +1. Select **Next**. |
| 74 | + |
| 75 | +NGINX One Console imports the configuration from the existing Config Sync Group. You can now edit the configuration. When you're ready to stop and save your work, select Save. |
| 76 | + |
| 77 | +### Start from an existing Staged Config |
| 78 | + |
| 79 | +To start from an existing Staged Config: |
| 80 | + |
| 81 | +1. Select **Existing Source**. |
| 82 | +1. Select **Staged Configuration**. |
| 83 | +1. In the Choose Staged Configuratiog menu that appears, select an existing Staged Configuration. |
| 84 | +1. Enter a name for your new Staged Configuration. |
| 85 | +1. Select **Next**. |
| 86 | + |
| 87 | +NGINX One Console imports the configuration from the existing Staged Configuration. You can now edit the configuration. When you're ready to stop and save your work, select Save. |
| 88 | + |
0 commit comments