2
2
# We use sentence case and present imperative tone
3
3
title : Add a Staged Configuration
4
4
# Weights are assigned in increments of 100: determines sorting order
5
- weight : i00
5
+ weight : 100
6
6
# Creates a table of contents and sidebar, useful for large documents
7
7
toc : true
8
8
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this
@@ -16,17 +16,19 @@ docs: "DOCS-000"
16
16
17
17
## Overview
18
18
19
- This guide explains how to add a ** Staged Configuration** to your NGINX One Console.
19
+ This guide explains how to add a Staged Configuration to your NGINX One Console.
20
+
21
+ {{< include "nginx-one/staged-config-overview.md" >}}
20
22
21
23
## Before you start
22
24
23
- Before you add a ** Staged Configuration** to NGINX One Console, ensure:
25
+ Before you add a Staged Configuration to NGINX One Console, ensure:
24
26
25
27
- You have administrator access to NGINX One Console.
26
28
27
29
## Add a Staged Configuration
28
30
29
- You can add a ** Staged Configuration** from:
31
+ You can add a Staged Configuration from:
30
32
31
33
- Empty files
32
34
- An existing Instance
@@ -43,11 +45,11 @@ To start a new Staged Configuration:
43
45
44
46
1 . Select New.
45
47
1 . Enter a name.
46
- 1 . Select ** Next** .
48
+ 1 . Select Next.
47
49
48
50
You will see a new Staged Configuration with the default NGINX configuration file, ` /etc/nginx/nginx.conf ` , in edit mode.
49
51
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.
52
+ 1 . Select Add File to add the configuration, certificate, or other file(s) of your choice.
51
53
52
54
### Start from an existing Instance
53
55
0 commit comments