From ad00471a32b6a9613797d26739a1df422573fbe6 Mon Sep 17 00:00:00 2001
From: mike2jang <46025849+mike2jang@users.noreply.github.com>
Date: Fri, 28 Feb 2025 12:23:13 -0800
Subject: [PATCH] Update setting-up-nginx-demo-environment.md
Convert to sentence case
---
.../deployment-guides/setting-up-nginx-demo-environment.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/nginx/deployment-guides/setting-up-nginx-demo-environment.md b/content/nginx/deployment-guides/setting-up-nginx-demo-environment.md
index 1c3ced59f..39cf59380 100644
--- a/content/nginx/deployment-guides/setting-up-nginx-demo-environment.md
+++ b/content/nginx/deployment-guides/setting-up-nginx-demo-environment.md
@@ -4,7 +4,7 @@ description: Configure NGINX Open Source as a web server and F5 NGINX Plus as a
docs: DOCS-462
doctypes:
- task
-title: Setting Up an NGINX Demo Environment
+title: Setting Up an NGINX demo environment
toc: true
weight: 100
---
@@ -19,7 +19,7 @@ This guide assumes you have already provisioned a number of host systems (physic
Some commands require `root` privilege. If appropriate for your environment, prefix commands with the `sudo` command.
-## Configuring NGINX Open Source for Web Serving
+## Configuring NGINX open source for web serving
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 demo-index.html configuration file you create in StepĀ 4 below.