Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 879fec9

Browse files
authored
Update setting-up-nginx-demo-environment.md (nginx#250)
Edited titles to sentence case
1 parent 596ee73 commit 879fec9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/nginx/deployment-guides/setting-up-nginx-demo-environment.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure NGINX Open Source as a web server and F5 NGINX Plus as a
44
docs: DOCS-462
55
doctypes:
66
- task
7-
title: Setting Up an NGINX Demo Environment
7+
title: Setting up an NGINX demo environment
88
toc: true
99
weight: 100
1010
---
@@ -19,7 +19,7 @@ This guide assumes you have already provisioned a number of host systems (physic
1919
Some commands require `root` privilege. If appropriate for your environment, prefix commands with the `sudo` command.
2020

2121
<span id="nginx-oss"></span>
22-
## Configuring NGINX Open Source for Web Serving
22+
## Configuring NGINX Open Source for web serving
2323

2424
The steps in this section configure an NGINX Open Source instance as a web server to return a page like the following, which specifies the server name, address, and other information. The page is defined in the <span style="white-space: nowrap; font-weight:bold;">demo-index.html</span> configuration file you create in Step 4 below.
2525

@@ -188,7 +188,7 @@ If you are using these instructions to satisfy the prerequisites for one of our
188188
```
189189

190190
<span id="nginx-plus"></span>
191-
## Configuring NGINX Plus for Load Balancing
191+
## Configuring NGINX Plus for load balancing
192192

193193
The steps in this section configure an NGINX Plus instance to load balance requests across the group of NGINX Open Source web servers you configured in the [previous section](#nginx-oss).
194194

@@ -272,7 +272,7 @@ Repeat these instructions on each instance. Alternatively, you can configure one
272272

273273
Directive documentation: [include](http://nginx.org/en/docs/ngx_core_module.html#include)
274274

275-
### Revision History
275+
### Revision history
276276

277277
- Version 2 (April 2019) – Generalized instructions for use with deployment guides
278278
- Version 1 (April 2018) – Initial version

0 commit comments

Comments
 (0)