From 3ad55f000459026c92e070af765e30bb4e8fe0d7 Mon Sep 17 00:00:00 2001 From: Andy Stevens Date: Mon, 28 Jan 2019 15:27:36 -0500 Subject: [PATCH] Changed mentions of Apache to NGINX This guide installs NGINX, not Apache. --- .../index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/applications/configuration-management/automatically-configure-servers-with-ansible-and-playbooks/index.md b/docs/applications/configuration-management/automatically-configure-servers-with-ansible-and-playbooks/index.md index 10b6741634d..15de4e41029 100644 --- a/docs/applications/configuration-management/automatically-configure-servers-with-ansible-and-playbooks/index.md +++ b/docs/applications/configuration-management/automatically-configure-servers-with-ansible-and-playbooks/index.md @@ -279,9 +279,9 @@ This section demonstrates using a playbook to automate basic server configuratio ### Install the Stack -Create a basic server setup with Apache, PHP, and a test MySQL database to use. +Create a basic server setup with NGINX, PHP, and a test MySQL database to use. -1. The following playbook downloads the appropriate packages, turns on the Apache and MySQL services, and creates a basic database and user: +1. The following playbook downloads the appropriate packages, turns on the nginx and MySQL services, and creates a basic database and user: {{< file "setup_webserver.yml" yaml >}} ---