Skip to content

Commit f866acf

Browse files
committed
edits
1 parent acec07d commit f866acf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/nginx/deployment-guides/amazon-web-services/high-availability-network-load-balancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ To run the scripts, follow these instructions:
317317

318318
3. Set your AWS credentials in the Packer and Terraform scripts:
319319

320-
- For Packer, set your credentials in the `variables` block in <span style="text-decoration: underline;">both</span> {{<nb>}}**packer/ngx-oss/packer.json**{{</nb>}} and {{<nb>}}**packer/ngx-plus/packer.json**:{{</nb>}}
320+
- For Packer, set your credentials in the `variables` block in <span style="text-decoration: underline;">both</span> {{<nb>}}**packer/ngx-oss/packer.json**{{</nb>}} and {{<nb>}}**packer/ngx-plus/packer.json**{{</nb>}}:
321321

322322
```none
323323
"variables": {

content/nginx/deployment-guides/nginx-plus-high-availability-chef.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Now we bootstrap the nodes and get them ready for the installation. Note that th
290290
291291
`
292292
293-
2. Create a local copy of the node definition file, which we’ll edit as appropriate for the node we bootstrapped in the previous step, {{<nb>}}**chef-test-1**:{{</nb>}}
293+
2. Create a local copy of the node definition file, which we’ll edit as appropriate for the node we bootstrapped in the previous step, {{<nb>}}**chef-test-1**{{</nb>}}:
294294
295295
```nginx
296296
root@chef-server:~/chef-zero/playground# knife node show chef-test-1 --format json > nodes/chef-test-1.json
@@ -630,7 +630,7 @@ If we look at **keepalived.conf** at this point, we see that there is a peer set
630630
631631
### Synchronizing the Nodes
632632
633-
To make `keepalived` on {{<nb>}}**chef-test-1**{{</nb>}} aware of {{<nb>}}**chef-test-2**{{</nb>}} and its IP address, we rerun the <span style="white-space: nowrap;">`chef-client`</span> command on {{<nb>}}**chef-test-1**:{{</nb>}}
633+
To make `keepalived` on {{<nb>}}**chef-test-1**{{</nb>}} aware of {{<nb>}}**chef-test-2**{{</nb>}} and its IP address, we rerun the <span style="white-space: nowrap;">`chef-client`</span> command on {{<nb>}}**chef-test-1**{{</nb>}}:
634634
635635
```text
636636
username@chef-test-1:~$ <span style="color:#66ff99; font-weight: bold;">sudo chef-client</span>

0 commit comments

Comments
 (0)